@charset "utf-8";

@font-face {
	font-family: "H_CUSTA2";
	src: url(../fonts/H_CUSTA2.TTF);
}

/*bootstrap4 一行五列补充*/
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5,
.col-xl-1-5{
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
}

.col-1-5 {
	flex: 0 0 20%;
	max-width: 20%;
	-ms-flex: 0 0 20%;
}

@media (min-width: 576px) {
	.col-sm-1-5 {
		flex: 0 0 20%;
		max-width: 20%;
		-ms-flex: 0 0 20%;
	}
}
@media (min-width: 768px) {
	.col-md-1-5 {
		flex: 0 0 20%;
		max-width: 20%;
		-ms-flex: 0 0 20%;
	}
}
@media (min-width: 992px) {
	.col-lg-1-5 {
		flex: 0 0 20%;
		max-width: 20%;
		-ms-flex: 0 0 20%;
	}
}
@media (min-width: 1200px) {
	.col-xl-1-5 {
		flex: 0 0 20%;
		max-width: 20%;
		-ms-flex: 0 0 20%;
	}
}
 /*bootstrap4 一行五列补充 end*/

/* 一行五列 */
@media (min-width: 992px) {
	.col-lg-bfb-20 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 calc(20% - 12px);
		-ms-flex: 0 0 calc(20% - 12px);
		flex: 0 0 calc(20% - 12px);
		max-width: calc(20% - 12px);
		margin-right: 15px;
	}
	.col-lg-bfb-20:nth-last-of-type(1) {
		margin-right: 0;
	}
}

@media (min-width: 1200px) {
	.col-xl-bfb-20 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 calc(20% - 24px);
		-ms-flex: 0 0 calc(20% - 24px);
		flex: 0 0 calc(20% - 24px);
		max-width: calc(20% - 24px);
		margin-right: 30px;
	}

	.col-xl-bfb-20:nth-last-of-type(1) {
		margin-right: 0;
	}
}
/* 一行五列 end */

body {
	font-family: Arial, "微软雅黑", "microsoft yahei";
	min-width: 320px;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

h1,
h2,
h3,
h4,
h5,
a,
p {
	transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
p {
	margin: 0;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0;
}

li {
	font-size: 14px;
}

p,
a {
	text-decoration: none !important;
	font-size: 14px;
}

.over-img {
	overflow: hidden;
	position: relative;
}

.eli-padd {
	padding-left: 0;
	padding-right: 0;
}

.xysimg {
	height: 0;
	position: relative;
	overflow: hidden;
}

.xysimg img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	display: block;
}

.default-align-right {
	text-align: right;
}

.default-padd-15 {
	padding-left: 15px;
	padding-right: 15px;
}

.default-padd-25 {
	padding-left: 25px;
	padding-right: 25px;
}

.default-padd-30 {
	padding-left: 30px;
	padding-right: 30px;
}

.padd-bottom-0 {
	padding-bottom: 0 !important;
}

.default-container {
	max-width: 1200px;
	margin: 0 auto;
}

.default-ny-container {
	max-width: 1440px;
	margin: 0 auto;
}

.default-index-container {
	max-width: 1680px;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.default-padd-30 {
		padding-left: 15px;
		padding-right: 15px;
	}
}


/*模块上下边距*/
.container-padd-tb100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.container-padd-tb90 {
	padding-top: 90px;
	padding-bottom: 90px;
}

.container-padd-tb80 {
	padding-top: 80px;
	padding-bottom: 80px;
}

.container-padd-tb70 {
	padding-top: 70px;
	padding-bottom: 70px;
}

.container-padd-tb60 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.container-padd-tb50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.container-padd-t100 {
	padding-top: 100px;
}

.container-padd-t90 {
	padding-top: 90px;
}

.container-padd-t80 {
	padding-top: 80px;
}

.container-padd-t70 {
	padding-top: 70px;
}

.container-padd-t60 {
	padding-top: 60px;
}

.container-padd-t50 {
	padding-top: 50px;
}

.container-padd-b100 {
	padding-bottom: 100px;
}

.container-padd-b90 {
	padding-bottom: 90px;
}

.container-padd-b80 {
	padding-bottom: 80px;
}

.container-padd-b70 {
	padding-bottom: 70px;
}

.container-padd-b60 {
	padding-bottom: 60px;
}

.container-padd-b50 {
	padding-bottom: 50px;
}

@media screen and (max-width: 1680px) {
	.container-padd-tb100 {
		padding-top: 90px;
		padding-bottom: 90px;
	}

	.container-padd-t100 {
		padding-top: 90px;
	}

	.container-padd-b100 {
		padding-bottom: 90px;
	}
}

@media screen and (max-width: 1440px) {

	.container-padd-tb100,
	.container-padd-tb90 {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.container-padd-t100,
	.container-padd-t90 {
		padding-top: 80px;
	}

	.container-padd-b100,
	.container-padd-b90 {
		padding-bottom: 80px;
	}
}

@media screen and (max-width: 1280px) {

	.container-padd-tb100,
	.container-padd-tb90,
	.container-padd-tb80 {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.container-padd-t100,
	.container-padd-t90,
	.container-padd-t80 {
		padding-top: 70px;
	}

	.container-padd-b100,
	.container-padd-b90,
	.container-padd-b80 {
		padding-bottom: 70px;
	}
}

@media screen and (max-width: 1199px) {

	.container-padd-tb100,
	.container-padd-tb90,
	.container-padd-tb80,
	.container-padd-tb70 {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.container-padd-t100,
	.container-padd-t90,
	.container-padd-t80,
	.container-padd-t70 {
		padding-top: 60px;
	}

	.container-padd-b100,
	.container-padd-b90,
	.container-padd-b80,
	.container-padd-b70 {
		padding-bottom: 60px;
	}
}

@media screen and (max-width: 991px) {

	.container-padd-tb100,
	.container-padd-tb90,
	.container-padd-tb80,
	.container-padd-tb70,
	.container-padd-tb60 {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.container-padd-t100,
	.container-padd-t90,
	.container-padd-t80,
	.container-padd-t70,
	.container-padd-t60 {
		padding-top: 50px;
	}

	.container-padd-b100,
	.container-padd-b90,
	.container-padd-b80,
	.container-padd-b70,
	.container-padd-b60 {
		padding-bottom: 50px;
	}
}

@media screen and (max-width: 767px) {

	.container-padd-tb100,
	.container-padd-tb90,
	.container-padd-tb80,
	.container-padd-tb70,
	.container-padd-tb60,
	.container-padd-tb50 {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.container-padd-t100,
	.container-padd-t90,
	.container-padd-t80,
	.container-padd-t70,
	.container-padd-t60,
	.container-padd-t50 {
		padding-top: 40px;
	}

	.container-padd-b100,
	.container-padd-b90,
	.container-padd-b80,
	.container-padd-b70,
	.container-padd-b60,
	.container-padd-b50 {
		padding-bottom: 40px;
	}
}

@media screen and (max-width: 575px) {

	.container-padd-tb100,
	.container-padd-tb90,
	.container-padd-tb80,
	.container-padd-tb70,
	.container-padd-tb60,
	.container-padd-tb50 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.container-padd-t100,
	.container-padd-t90,
	.container-padd-t80,
	.container-padd-t70,
	.container-padd-t60,
	.container-padd-t50 {
		padding-top: 30px;
	}

	.container-padd-b100,
	.container-padd-b90,
	.container-padd-b80,
	.container-padd-b70,
	.container-padd-b60,
	.container-padd-b50 {
		padding-bottom: 30px;
	}
}

/*模块上下边距 end*/

/*元素边距*/
.model-padd-t10 {
	padding-top: 10px;
}

.model-padd-t20 {
	padding-top: 20px;
}

.model-padd-t30 {
	padding-top: 30px;
}

.model-padd-t40 {
	padding-top: 40px;
}

.model-padd-t50 {
	padding-top: 50px;
}

.model-padd-t60 {
	padding-top: 60px;
}

.model-padd-t70 {
	padding-top: 70px;
}

.model-padd-t80 {
	padding-top: 80px;
}

.model-padd-b10 {
	padding-bottom: 10px;
}

.model-padd-b20 {
	padding-bottom: 20px;
}

.model-padd-b30 {
	padding-bottom: 30px;
}

.model-padd-b40 {
	padding-bottom: 40px;
}

.model-padd-b50 {
	padding-bottom: 50px;
}

.model-padd-b60 {
	padding-bottom: 60px;
}

.model-padd-b70 {
	padding-bottom: 70px;
}

.model-padd-b80 {
	padding-bottom: 80px;
}


.model-padd-l10 {
	padding-left: 10px;
}

.model-padd-l20 {
	padding-left: 20px;
}

.model-padd-l30 {
	padding-left: 30px;
}

.model-padd-l40 {
	padding-left: 40px;
}

.model-padd-l50 {
	padding-left: 50px;
}

.model-padd-l60 {
	padding-left: 60px;
}

.model-padd-l70 {
	padding-left: 70px;
}

.model-padd-r10 {
	padding-right: 10px;
}

.model-padd-r20 {
	padding-right: 20px;
}

.model-padd-r30 {
	padding-right: 30px;
}

.model-padd-r40 {
	padding-right: 40px;
}

.model-padd-r50 {
	padding-right: 50px;
}

.model-padd-r60 {
	padding-right: 60px;
}

.model-padd-r70 {
	padding-right: 70px;
}

.model-margin-l-60{
	margin-left: -60px;
}
.model-margin-r-60{
	margin-right: -60px;
}
@media screen and (max-width: 1680px) {
	.model-padd-t80 {
		padding-top: 70px;
	}

	.model-padd-b80 {
		padding-bottom: 70px;
	}

	.model-padd-l70 {
		padding-left: 55px;
	}

	.model-padd-r70 {
		padding-right: 55px;
	}
}

@media screen and (max-width: 1440px) {
	.model-padd-t70,
	.model-padd-t80 {
		padding-top: 60px;
	}

	.model-padd-b70,
	.model-padd-b80 {
		padding-bottom: 60px;
	}

	.model-padd-l60,
	.model-padd-l70 {
		padding-left: 40px;
	}

	.model-padd-r60,
	.model-padd-r70 {
		padding-right: 40px;
	}
	
	.model-margin-l-60{
		margin-left: -40px;
	}
	
	.model-margin-r-60{
		margin-right: -40px;
	}
}

@media screen and (max-width: 1199px) {

	.model-padd-t60,
	.model-padd-t70,
	.model-padd-t80 {
		padding-top: 50px;
	}

	.model-padd-b60,
	.model-padd-b70,
	.model-padd-b80 {
		padding-bottom: 50px;
	}

	.model-padd-l50,
	.model-padd-l60,
	.model-padd-l70 {
		padding-left: 25px;
	}

	.model-padd-r50,
	.model-padd-r60,
	.model-padd-r70 {
		padding-right: 25px;
	}
	
	.model-margin-l-60{
		margin-left: -25px;
	}
	
	.model-margin-r-60{
		margin-right: -25px;
	}
}

@media screen and (max-width: 991px) {

	.model-padd-t50,
	.model-padd-t60,
	.model-padd-t70,
	.model-padd-t80 {
		padding-top: 40px;
	}

	.model-padd-b50,
	.model-padd-b60,
	.model-padd-b70,
	.model-padd-b80 {
		padding-bottom: 40px;
	}

	.model-padd-l40,
	.model-padd-l50,
	.model-padd-l60,
	.model-padd-l70 {
		padding-left: 15px;
	}

	.model-padd-r40,
	.model-padd-r50,
	.model-padd-r60,
	.model-padd-r70 {
		padding-right: 15px;
	}
	
	.model-margin-l-60{
		margin-left: -10px;
	}
	
	.model-margin-r-60{
		margin-right: -10px;
	}
}

@media screen and (max-width: 767px) {

	.model-padd-t40,
	.model-padd-t50,
	.model-padd-t60,
	.model-padd-t70,
	.model-padd-t80 {
		padding-top: 30px;
	}

	.model-padd-b40,
	.model-padd-b50,
	.model-padd-b60,
	.model-padd-b70,
	.model-padd-b80 {
		padding-bottom: 30px;
	}

	.model-padd-l30,
	.model-padd-l40,
	.model-padd-l50,
	.model-padd-l60,
	.model-padd-l70 {
		padding-left:15px;
	}

	.model-padd-r30,
	.model-padd-r40,
	.model-padd-r50,
	.model-padd-r60,
	.model-padd-r70 {
		padding-right: 15px;
	}
	
	.model-margin-l-60{
		margin-left: 0;
	}
	
	.model-margin-r-60{
		margin-right: 0;
	}
}

@media screen and (max-width: 575px) {
	.model-padd-t30 {
		padding-top: 15px;
	}

	.model-padd-t40,
	.model-padd-t50,
	.model-padd-t60,
	.model-padd-t70,
	.model-padd-t80 {
		padding-top: 25px;
	}

	.model-padd-b30 {
		padding-bottom: 15px;
	}

	.model-padd-b40,
	.model-padd-b50,
	.model-padd-b60,
	.model-padd-b70,
	.model-padd-b80 {
		padding-bottom: 25px;
	}

	.model-padd-l30,
	.model-padd-l40,
	.model-padd-l50,
	.model-padd-l60,
	.model-padd-l70 {
		padding-left: 15px;
	}

	.model-padd-r30,
	.model-padd-r40,
	.model-padd-r50,
	.model-padd-r60,
	.model-padd-r70 {
		padding-right: 15px;
	}
}

/*元素边距 end*/

/*编辑版开始*/
.bjb {
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 14px;
}
.bjb.padd0{
	padding-top: 0;
	padding-bottom: 0;
}

.bjb img {
	max-width: 100%;
	height: auto;
}

.bjb h1,
.bjb h2,
.bjb h3,
.bjb h4,
.bjb h5,
.bjb p {
	color: #666666;
}

.bjb p {
	line-height: 2em;
	font-size: 14px;
}

@media (min-width: 992px) and (max-width: 1366px) {
	.bjb {
		margin: 0 auto;
	}
}

@media screen and (max-width: 767px) {
	.bjb {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

/*编辑版结束*/
@media screen and (min-width: 1200px) {
	.hidden-xl {
		display: none !important;
		opacity: 0;
		visibility: hidden;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-lg {
		display: none !important;
		opacity: 0;
		visibility: hidden;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.hidden-md {
		display: none !important;
		opacity: 0;
		visibility: hidden;
	}
}

@media (min-width: 576px) and (max-width: 767px) {
	.hidden-sm {
		display: none !important;
		opacity: 0;
		visibility: hidden;
	}
}

@media screen and (max-width: 575px) {
	.hidden-xs {
		display: none !important;
		opacity: 0;
		visibility: hidden;
	}
}

.bgcolor1{
	background-color: #fbf9f8;
}
.bgcolor2{
	background-color: #ffffff;
}
.bgcolor3{
	background-color: #f8f3e7;
}


.bgimg1 {
	background-image: url(../img/ycl_gls_045.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.bgimg2 {
	background-image: url(../img/ycl_gls_048.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.bgimg3 {
	background-image: url(../img/ycl_gls_080.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.bgimg4 {
	background-image: url(../img/ycl_gls_101.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.bgimg5 {
	background-image: url(../img/ycl_gls_103.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.bgimg6 {
	background-image: url(../img/ycl_gls_105.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.bgimg7 {
	background-image: url(../img/ycl_gls_130.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.bgimg8 {
	background-image: url(../img/ycl_gls_132.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.bgimg9 {
	background-image: url(../img/ycl_gls_133.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}




/*分页开始*/
.paging {
	margin: 0 auto;
}
.paging-list {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

.paging-list li {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}

.paging-list li a {
	padding: 7px 15px;
	border: 1px solid #cccccc;
	background-color: #fff;
	color: #333333;
	display: inline-block;
	text-decoration: none;
	vertical-align: top;
}

.paging-list li a:hover {
	border: 1px solid #004399;
	background-color: #004399;
	color: #fff;
}

.paging-list li.active a {
	border: 1px solid #004399;
	background-color: #004399;
	color: #fff;
}

.paging-list .input-box {
	margin-left: 20px;
}

.paging-list .input-box input {
	padding: 6px 10px 8px;
	width: 60px;
	border: 1px solid #dfdfdf;
	text-align: center;
	outline: none;
	font-size: 14px;
	vertical-align: top;
}

.paging-list .input-box span {
	margin-left: 10px;
	margin-right: 10px;
}

@media screen and (max-width: 991px) {
	.paging-list li {
		margin-left: 5px;
		margin-right: 5px;
	}
	.paging-list li a {
		padding: 5px 10px;
	}
	.paging-list .input-box input {
		padding: 5px 10px;
	}
	.paging-list .input-box {
		margin-left: 10px;
	}
	.paging {
		margin: 15px auto;
	}
}
@media screen and (max-width: 767px) {
	.paging-list li {
		margin-left: 0;
		margin-right: 0;
	}
}
/*分页结束*/

/*视频背景*/
#bg-video-box .banner-center-text {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
#bg-video-box .banner-center-text .btn-box{
	margin-top: 50px;
}
#bg-video-box .bg-video-icon{
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translate(-50%,28%);
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	cursor: pointer;
}
#bg-video-box .bg-video-icon.active{
	transform: translate(-50%,-15%);
}
#bg-video-box .bg-video-icon .text{
	color: #fff;
	font-size: 16px;
	margin-bottom: 25px;
}
#bg-video-box .hotspot-box{
	position: absolute;
	top: 90%;
	left: 0;
	right: 0;
	bottom: 0;
}
/*视频背景 end*/

/* 头部导航 */
.pc-header-height-div{
	height: 81px;
}
.pc-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 1000;
	transition: all .5s;
	padding-left: 30px;
	padding-right: 30px;
}
.pc-header.ny-pc-header{
	background-color: #fff;
	border-bottom: 1px solid rgba(245,245,245,1);
}
.pc-header.scroll{
	transition: all .5s;
	background-color: #fff;
	border-bottom: 1px solid rgba(245,245,245,1);
}
.pc-header::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 3px;
	right: 0;
	background-color: #005bca;
	opacity: 0;
	transition: all 0.3s;
}
.pc-header.active{
	border-bottom: 1px solid rgba(245,245,245,0);
}
.pc-header.active::after{
	opacity: 1;
	transition: all 0.5s;
}
.pc-header-bg{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: none;
	opacity: 0;
	z-index: 999;
}
.pc-header-bg .top-bgcolor{
	background-color: #fff;
	height: 40%;
	background-image: url(../img/gdjqr_008.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	position: relative;
	min-height: 430px;
	padding-left: 30px;
	padding-right: 30px;
}
.pc-header-bg .top-bgcolor .posi-text-box{
	max-width: 1830px;
	margin: 0 auto;
}
.pc-header-bg .top-bgcolor .posi-text-box .text-box{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	max-width: 350px;
}
.pc-header-bg .top-bgcolor .posi-text-box .text-box p{
	color: #424242;
	margin-bottom: 5px;
}
.pc-header-bg .top-bgcolor .posi-text-box .text-box::after{
	content: "";
	position: absolute;
	top: -35px;
	left: 0;
	display: inline-block;
	height: 2px;
	width: 36px;
	background-color: #424242;
}
.pc-header-bg .bottom-bgcolor{
	background-color: rgba(0,0,0,0.7);
	height: 60%;
}
.pc-header .left{
	width: 158px;
	height: 43px;
}
.pc-header .left .logo{
	position: relative;
	width: 158px;
	height: 43px;
	display: inline-block;
}
.pc-header .left .logo::after{
	content: "";
	background-image: url(../img/ycl_gls_008.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 158px;
	height: 43px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 1;
	transition: all .5s;
}
.pc-header.scroll .left .logo::after,
.pc-header.active .left .logo::after,
.pc-header.ny-pc-header .left .logo::after,
.pc-header .left .logo:hover::after{
	opacity: 0;
}
.pc-header .left .logo::before{
	content: "";
	background-image: url(../img/ycl_gls_008-a.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 158px;
	height: 43px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	transition: all .5s;
}
.pc-header.scroll .left .logo::before,
.pc-header.active .left .logo::before,
.pc-header.ny-pc-header .left .logo::before,
.pc-header .left .logo:hover::before{
	opacity: 1;
}
.pc-header .content{
	max-width: 1830px;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	height: 100%;
}
.pc-header .right{
	width: calc(100% - 158px);
	text-align: right;
	font-size: 0;
}
.pc-header .right .level1{
	display: inline-block;
	vertical-align: middle;
}
.pc-header .right .level1>li{
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.pc-header .right .level1>li>a{
	font-size: 16px;
	color: #fff;
	position: relative;
	display: inline-block;
	padding: 33px 30px;
}
.pc-header.active .right .level1>li>a,
.pc-header.scroll .right .level1>li>a,
.pc-header.ny-pc-header .right .level1>li>a{
	color: #666666;
	padding: 28px 30px;
}
.pc-header .right .level1>li:hover>a{
	color: #fff;
	background-color: #004399;
}
.pc-header .right .level2 {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 250px;
	display: none;
	opacity: 0;
	background-color: #004399;
	padding: 10px 0;
}
.pc-header .right .level2>li{
	text-align: left;
}
.pc-header .right .level2>li:nth-last-of-type(1){
	margin-bottom: 0;
}
.pc-header .right .level2>li>a {
	display: block;
	padding: 10px 25px;
	text-decoration: none;
	color: #b0e0f8;
	position: relative;
	transition: all .8s cubic-bezier(.075, .82, .165, 1);
	-webkit-transition: all .8s cubic-bezier(.075, .82, .165, 1);
	-webkit-transition: all .8s cubic-bezier(.075, .82, .165, 1);
	transition: all .8s cubic-bezier(.075, .82, .165, 1);
}
.pc-header .right .level2>li>a::before{
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	display: inline-block;
	background-color: #a8bfdc;
	font-size: 0;
	line-height: 1em;
	vertical-align: middle;
	margin-right: 10px;
}
.pc-header .right .level2>li>a:hover {
	background-color: #003a82;
}
.pc-header .right .en-box{
	display: inline-block;
	vertical-align: middle;
	margin-left: 30px;
	padding-left: 30px;
	transition: all .5s;
	position: relative;
}
.pc-header .right .en-box::after{
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	height: 15px;
	width: 1px;
	background-color: #fff;
	transition: all .5s;
}
.pc-header.active .right .en-box::after,
.pc-header.scroll .right .en-box::after,
.pc-header.ny-pc-header .right .en-box::after{
	background-color: #e4e4e4;
}
.pc-header .right .en-box a i{
	display: inline-block;
	margin-left: 30px;
	color: #fff;
	font-size: 22px;
	transition: all .5s;
}
.pc-header.active .right .en-box a i,
.pc-header.scroll .right .en-box a i,
.pc-header.ny-pc-header .right .en-box a i{
	color: #666666;
}
.pc-header .right .en-box a:hover i{
	color: #005bca;
}
.pc-header .right .en-box .kfdh{
	padding: 24px 30px;
	display: inline-block;
	vertical-align: middle;
	background-color: #004399;
}
.pc-header.active .right .en-box .kfdh,
.pc-header.scroll .right .en-box .kfdh,
.pc-header.ny-pc-header .right .en-box .kfdh{
	padding: 19px 30px;
}
.pc-header .right .en-box .kfdh .title{
	color: #fff;
	text-align: left;
	font-size: 12px;
}
.pc-header .right .en-box .kfdh .num{
	color: #fff;
	text-align: left;
	font-size: 16px;
}
.pc-header .right .en-box  .search{
	display: inline-block;
	vertical-align: middle;
}
@media screen and (max-width: 1680px){
	.pc-header .right .level1>li>a{
		font-size: 16px;
		padding: 33px 25px;
	}
	.pc-header.active .right .level1>li>a,
	.pc-header.scroll .right .level1>li>a,
	.pc-header.ny-pc-header .right .level1>li>a{
		padding: 28px 25px;
	}
	.pc-header .right .en-box .kfdh {
	    padding: 21px 20px;
	}
	.pc-header.active .right .en-box .kfdh,
	.pc-header.scroll .right .en-box .kfdh,
	.pc-header.ny-pc-header .right .en-box .kfdh {
	    padding: 19px 25px;
	}
	.pc-header .right .en-box {
	    margin-left: 25px;
	    padding-left: 25px;
	}
}
@media screen and (max-width: 1440px){
	.pc-header .right .level1>li>a{
		font-size: 16px;
		padding: 30px 20px;
	}
	.pc-header.active .right .level1>li>a,
	.pc-header.scroll .right .level1>li>a, 
	.pc-header.ny-pc-header .right .level1>li>a {
	    padding: 25px 20px;
	}
	.pc-header .right .en-box .kfdh {
	    padding: 21px 20px;
	}
	.pc-header.active .right .en-box .kfdh,
	.pc-header.scroll .right .en-box .kfdh,
	.pc-header.ny-pc-header .right .en-box .kfdh {
	    padding: 16px 20px;
	}
	.pc-header .right .en-box {
	    margin-left: 20px;
	    padding-left: 20px;
	}
	.pc-header-height-div{
		height: 74px;
	}
}
@media screen and (max-width: 1280px){
	.pc-header .right .level1>li>a{
		font-size: 14px;
		padding: 25px 15px;
	}
	.pc-header.active .right .level1>li>a, 
	.pc-header.scroll .right .level1>li>a, 
	.pc-header.ny-pc-header .right .level1>li>a {
	    padding: 20px 15px;
	}
	.pc-header .right .en-box .kfdh {
	    padding: 16px 15px;
	}
	.pc-header.active .right .en-box .kfdh,
	.pc-header.scroll .right .en-box .kfdh,
	.pc-header.ny-pc-header .right .en-box .kfdh {
	    padding: 11px 15px;
	}
	.pc-header .right .en-box {
	    margin-left: 15px;
	    padding-left: 15px;
	}
	.pc-header .right .en-box .kfdh .num {
	    font-size: 14px;
	}
	.pc-header .right .en-box a {
	    font-size: 14px;
	}
	.pc-header .right .en-box a .icon-btn_search {
	    font-size: 18px;
	}
	.pc-header .right {
	    width: calc(100% - 132px);
	}
	.pc-header-height-div{
		height: 62px;
	}
}
@media screen and (max-width: 991px){
	.pc-header-height-div{
		height: 0;
	}
}

/*wap端导航*/
.wap-nav {
	padding: 18px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	background-color: #fff;
	border-bottom: 1px solid #f5f5f5;
}
.wap-nav .logo {
	float: left;
}
.wap-nav>div:nth-of-type(1) {
	position: relative;
}

.wap-search-box{
	position: absolute;
	top: 50%;
	right: 105px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
}
.wap-search-box .icon-btn_search{
	font-size: 34px;
	color: #333333;
}
.nav-button {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-35%);
	-webkit-transform: translateY(-35%);
	-moz-transform: translateY(-35%);
}

.wap-nav-listbox {
	display: none;
	border-top: 1px solid #c8c8c8;
}

.wap-nav-listbox .level1,
.wap-nav-listbox .level2 {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wap-nav-listbox .level2 {
	display: none;
	background-color: #1E4FDB;
}

.wap-nav-listbox .level1>li>a {
	text-decoration: none;
	padding: 15px 15px 15px 36px;
	display: block;
	color: #6b6b6b;
	border-bottom: 1px solid #c8c8c8;
}

.wap-nav-listbox .level1>li>a>span {
	float: right;
	transition: all 0.3s;
}

.wap-nav-listbox .level1>li>a.active {
	color: #fff;
	background-color: #1E4FDB;
	border-bottom: 1px solid #3366ff;
}

.wap-nav-listbox .level1>li>a.active span {
	transform: rotate(90deg);
}

.wap-nav-listbox .level2>li>a {
	text-decoration: none;
	padding: 15px 15px 15px 60px;
	display: block;
	color: #fff;
	border-bottom: 1px solid #3366ff;
}

.wap-nav-listbox .level2>li>a:hover {
	color: #fff;
	background-color: #e9ba2c;
}

@media screen and (max-width: 767px) {
	.wap-nav .logo img{
		width: 90%;
	}
	.wap-search-box{
		right: 100px;
	}
	.wap-search-box .icon-btn_search{
		font-size: 32px;
	}
}

@media screen and (max-width: 575px) {
	.wap-nav .logo img{
		width: 80%;
	}
	.wap-search-box{
		right: 95px;
	}
	.wap-search-box .icon-btn_search{
		font-size: 28px;
	}
}


.wap-burger_menu{
	position: fixed;
	top: 81px;
	left: 0;
	width: 100%;
	height: 0;
	background-color: #fff;
	z-index: 1;
	overflow-y: auto;
	-webkit-transition: all 0.8s cubic-bezier(.19,1,.22,1);
	transition: all 0.8s cubic-bezier(.19,1,.22,1);
	-webkit-transition-delay: .65s;
    transition-delay: .65s;
}
.wap-burger_menu.active{
	height: calc(100% - 82px);
	-webkit-transition: all 0.8s cubic-bezier(.19,1,.22,1);
	transition: all 0.8s cubic-bezier(.19,1,.22,1);
}
.wap-burger_menu>.level1>li{
	display: block;
	padding: 15px 20px;
	width: 100%;
	
	transform: translateY(-50px);
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	
	opacity: 0;
	
    transition: all 0.25s ease-in;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -ms-transition: all 0.25s ease-in;
}
.wap-burger_menu.active>.level1>li{
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	
	opacity: 1;
	
	transition: all 1s cubic-bezier(.19,1,.22,1);
	-webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
	-moz-transition: all 1s cubic-bezier(.19,1,.22,1);
	-ms-transition: all 1s cubic-bezier(.19,1,.22,1);
}

.wap-burger_menu>.level1>li:nth-child(1){
	transition-delay: 0.65s;
	-webkit-transition-delay: 0.65s;
    -moz-transition-delay: 0.65s;
    -ms-transition-delay: 0.65s;
}
.wap-burger_menu>.level1>li:nth-child(2){
	transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
}
.wap-burger_menu>.level1>li:nth-child(3){
	transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
}
.wap-burger_menu>.level1>li:nth-child(n+4){
	transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
}


.wap-burger_menu.active>.level1>li:nth-child(1){
	transition-delay: 0.2s;
	-webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
}

.wap-burger_menu.active>.level1>li:nth-child(2){
	transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
}

.wap-burger_menu.active>.level1>li:nth-child(3){
	transition-delay: 0.4s;
	-webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
}
.wap-burger_menu.active>.level1>li:nth-child(n+4){
	transition-delay: 0.5s;
	-webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -ms-transition-delay: 0.5s;
}


.wap-burger_menu .level1>li>a{
	display: block;
	text-decoration: none;
	color: #333333;
	font-size: 14px;
}
.wap-burger_menu .level1>li>a span{
	float: right;
	-webkit-transition: all 1s cubic-bezier(.19,1,.22,1);
	transition: all 1s cubic-bezier(.19,1,.22,1);
}
.wap-burger_menu .level1>li.active{
	background-color: #fafafa;
}
.wap-burger_menu .level1>li.active>a span{
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.wap-burger_menu .level1>li>a .icon-jiantou{
	color: #cccccc;
}
.wap-burger_menu .level2{
	padding: 0;
	overflow: hidden;
	display: none;
	margin-top: 15px;
}
.wap-burger_menu .level2>li{
	margin-bottom: 10px;
	display: inline-block;
	margin-right: 20px;
}
.wap-burger_menu .level2>li>a{
	color: #8d8d8d;
	display: inline-block;
    text-decoration: none;
    position: relative;
}
.wap-burger_menu .level2>li>a:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #8d8d8d;
    -webkit-transition: width .5s cubic-bezier(.19,1,.22,1);
    transition: width .5s cubic-bezier(.19,1,.22,1);
}
.wap-burger_menu .level2>li>a:hover:after {
    width: 100%;
}
@media screen and (max-width: 767px) {
	.wap-burger_menu{
		top: 77px;
	}
	.wap-burger_menu.active{
		height: calc(100% - 77px);
	}
}
@media screen and (max-width: 575px) {
	.header-height-div{
		height: 72px;
	}
	.wap-burger_menu{
		top: 72px;
	}
	.wap-burger_menu.active{
		height: calc(100% - 72px);
	}
}

/*头部防遮挡*/
.wap-header-height-div{
	height: 78px;
}
@media screen and (max-width: 767px) {
	.wap-header-height-div{
		height: 74px;
	}
}
@media screen and (max-width: 575px) {
	.wap-header-height-div{
		height: 70px;
	}
}
/*头部防遮挡 end*/
/*wap端导航 end*/

/*侧边栏*/
.cbl-box{
	padding: 20px 10px;
	background-color: #fff;
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	border: 1px solid #eeeeee;
	z-index: 9;
}
.cbl-box ul>li:nth-last-of-type(1){
	border-bottom: none;
}
.cbl-box ul>li>a{
	display: inline-block;
	padding: 12px;
	color: #fff;
	text-decoration: none;
	text-align: center;
}
.cbl-box ul>li>a .title{
	font-size: 12px;
	color: #666666;
	margin-top: 5px;
}
.cbl-box ul>li>a:hover .title{
	color: #004398;
}
.wx-box{
	padding: 10px;
	background-color: #fff;
	position: absolute;
	top: 57px;
	right: 105px;
	width: 180px;
	height: 180px;
	border-radius: 10px;
	opacity: 0;
	display: none;
	box-shadow: 0 0 30px 2px rgba(0,0,0,0.1);
}
.wx-box:after{
	content: "";
	position: absolute;
	left: 100%;
	top: 80px;
	display: inline-block;
	background-image: url(../img/ycl_gls_009.png);
	background-position: right;
	background-repeat: no-repeat;
	background-size: cover;
	width: 7px;
	height: 19px;
}
/*侧边栏 end*/


/*产品列表*/
.product-list-bgcolor{
	background-color: #f5f5f5;
	position: relative;
}
.product-list{
	min-height: 1500px;
}
.product-list .tp{
	padding-bottom: 90%;
}
.product-list .tp2{
	padding-bottom: 66.5%;
}
.product-list .right-box{
	padding-top: 45px;
	padding-bottom: 45px;
}
.product-list .right-box .top-search{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
.product-list .right-box .top-search .search-box {
	font-size: 0;
	border-bottom: 1px solid #707070;
	min-width: 360px;
}
.product-list .right-box .top-search .search-box input{
	padding: 20px 0px;
	font-size: 16px;
	outline: none;
	border:none;
	background-color: #f5f5f5;
	width: calc(100% - 25px);
	color: #999999;
	vertical-align: middle;
}
.product-list .right-box .top-search .search-box a{
	display: inline-block;
	padding: 14px 0px;
	font-size: 14px;
	vertical-align: middle;
}
.product-list .right-box .top-search .search-box a i{
	font-size: 24px;
	color: #343434;
}
.product-list .right-box .top-search .search-box a:hover i{
	color: #005bca;
}
.product-list .right-box .top-search .a-box a{
	font-size: 16px;
	color: #000000;
}
.product-list .right-box .top-search .a-box a:hover{
	color: #005bca;
}
.product-list .right-box .product-box{
	margin-bottom: 70px;
}
.product-list .right-box .product-box a{
	text-decoration: none;
	display: block;
}
.product-list .right-box .product-box .text-box{
	margin-top: 20px;
}
.product-list .right-box .product-box .text-box .title{
	color: #222222;
	font-size: 26px;
	font-weight: 100;
}
.product-list .right-box .product-box .text-box .title2{
	color: #222222;
	font-size: 14px;
	font-weight: 200;
	margin-bottom: 5px;
	display: block;
}
.product-list .right-box .product-box .text-box .classification{
	color: #999999;
	font-size: 14px;
}
.product-list .right-box .product-box .text-box .classification2{
	color: #999999;
	font-size: 14px;
	display: block;
}
.product-list .right-box .product-box .text-box .classification2 img{
	margin-left: 10px;
	vertical-align: middle;
}
.product-list .right-box .product-box a .over-img{
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-box-shadow: 0 0 50px 5px rgba(0,0,0,0);
	box-shadow: 0 0 50px 5px rgba(0,0,0,0);
}
.product-list .right-box .product-box a .tp{
    -webkit-transition: all .5s;
    transition: all .5s;
}
.product-list .right-box .product-box a:hover .over-img{
    -webkit-box-shadow: 0 0 50px 10px #c3c5c7;
    box-shadow: 0 0 50px 10px #c3c5c7;
}
.product-list .right-box .product-box a:hover .tp{
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}




/*产品列表页筛选栏*/
.product-list-bgcolor .screening-box{
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
	width: 20%;
}
.product-list-bgcolor .screening-box a{
	text-decoration: none;
}
.product-list-bgcolor .screening-box .screening-header{
	padding-top: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #eeeeee;
	padding-left: 37%;
	padding-right: 20px;
}
.product-list-bgcolor .screening-box .screening-header span{
	margin-left: 15px;
	color: #333333;
	font-size: 18px;
	vertical-align: middle;
}
.product-list-bgcolor .screening-box .screening-content,
.product-list-bgcolor .screening-box .leading_technology{
	padding-left: 37%;
	padding-right: 20px;
}

.product-list-bgcolor .screening-box .screening-content .level1>li{
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 30px;
}
.product-list-bgcolor .screening-box .leading_technology a{
	display: block;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 16px;
	color: #333333;
	border-bottom: 1px solid #eeeeee;
}
.product-class1-title{
	display: block;
	font-size: 16px;
	color: #222222;
	margin-top: 30px;
}
.product-class1-title:hover,
.product-class1-title:focus{
	color: #222222;
}
.product-class1-title .icon{
	position: relative;
	float: right;
	width: 10px;
	height: 10px;
	margin-top: 6px;
}
.product-class1-title .icon:after{
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 10px;
	height: 2px;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background-color: #333333;
}
.product-class1-title .icon:before{
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 2px;
	height: 0px;
	background-color: #333333;
	-webkit-transition: all .2s;
	transition: all .2s;
}
.product-class1-title.active .icon:before{
	height: 10px;
}
.screening-box .screening-content .level2{
	padding-top: 30px;
}
.screening-box .screening-content .level2>li{
	position: relative;
	margin-bottom: 10px;
}
.screening-box .screening-content .level2>li:nth-last-of-type(1){
	margin-bottom: 0px;
}
.screening-box .screening-content .level2>li input[type*="radio"]{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
	opacity: 0;
}
.screening-box .screening-content .level2>li label{
	color: #999999;
	padding-left: 20px;
	font-size: 14px;
	width: 100%;
	margin-bottom: 0;
	transition: all .5s;
}
.screening-box .screening-content .level2>li.active label,
.screening-box .screening-content .level2>li:hover label{
	color: #005bca;
}
.screening-box .screening-content .level2>li label:after{
	content: "";
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 0;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	border: 1px solid #9e9e9e;
	background-color: #fff;
}
.screening-box .screening-content .level2>li.active label:after{
	border: 1px solid #005bca;
}
.screening-box .screening-content .level2>li label:before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 7px;
    height: 7px;
    background-color: #005bca;
    border: 0 none;
    border-radius: 50%;
    left: 3px;
    top: 8px;
    z-index: 1;
    opacity: 0;
}
.screening-box .screening-content .level2>li.active label:before{
    opacity: 1;
}

.screening-box .screening-content .level2>li.level3{
	margin-left: 20px;
}

.screening-box .screening-content .level2.color-box li{
	display: inline-block;
	margin-bottom: 10px;
}
.screening-box .screening-content .level2.color-box li.active{
	display: inline-block;
}
.screening-box .screening-content .level2.color-box li div{
	width: 28px;
	height: 28px;
	border-radius: 50%;
}
.screening-box .screening-content .level2.color-box li img{
	border: 1px solid rgba(0,0,0,0);
	border-radius: 50%;
}
.screening-box .screening-content .level2.color-box li.active img{
	border: 1px solid #000000;
}

.screening-box .screening-foot{
	padding-left: 37%;
    padding-right: 20px;
    text-align: right;
    margin-top: 30px;
    margin-bottom: 30px;
}
.screening-box .screening-foot a{
	color: #222222;
}
.screening-box .screening-foot .btn-box{
	display: inline-block;
}
@media screen and (max-width: 1440px) {
	.product-list-bgcolor .screening-box .screening-header {
	    padding-top: 30px;
	    padding-bottom: 30px;
	    padding-left: 27%;
	}
	.product-list-bgcolor .screening-box .screening-content, 
	.product-list-bgcolor .screening-box .leading_technology {
	    padding-left: 27%;
	}
	.screening-box .screening-foot {
	    padding-left: 27%;
	    margin-top: 20px;
	    margin-bottom: 20px;
	}
	.product-list-bgcolor .screening-box .leading_technology a {
	    padding-top: 20px;
	    padding-bottom: 20px;
	}
	.product-class1-title {
	    margin-top: 20px;
	}
	.product-list-bgcolor .screening-box .screening-content .level1>li {
	    padding-bottom: 20px;
	}
}
@media screen and (max-width: 1280px) {
	.product-list-bgcolor .screening-box .screening-header span {
	    font-size: 16px;
	}
	.product-list-bgcolor .screening-box .screening-header {
	    padding-top: 20px;
	    padding-bottom: 20px;
	    padding-left: 17%;
	}
	.product-list-bgcolor .screening-box .screening-content, 
	.product-list-bgcolor .screening-box .leading_technology {
	    padding-left: 17%;
	}
	.screening-box .screening-foot {
	    padding-left: 17%;
	}
	.product-list-bgcolor .screening-box {
	    width: 25%;
	}
	.product-list .right-box .product-box .text-box .title {
	    font-size: 24px;
	}
	.product-list .right-box .product-box {
	    margin-bottom: 50px;
	}
}
@media screen and (max-width: 991px) {
	.product-list-bgcolor .screening-box .screening-header span {
	    font-size: 16px;
	}
	.product-list-bgcolor .screening-box .screening-header {
	    padding-top: 20px;
	    padding-bottom: 20px;
	    padding-left: 20px;
	}
	.product-list-bgcolor .screening-box .screening-content, 
	.product-list-bgcolor .screening-box .leading_technology {
	    padding-left: 20px;
	}
	.screening-box .screening-foot {
	    padding-left: 20px;
	}
	.product-list-bgcolor .screening-box {
	    width: 25%;
	}
	.product-list .right-box {
	    padding-top: 15px;
	    padding-bottom: 15px;
	}
	.product-list .right-box .product-box .text-box .title {
	    font-size: 22px;
	}
	.product-list .right-box .product-box {
	    margin-bottom: 40px;
	}
	.product-list .right-box .top-search{
		display: block;
	}
	.product-list .right-box .top-search .search-box {
	    min-width: 100%;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 767px) {
	.product-list-bgcolor .screening-box {
    	position: fixed;
	    top: 0;
	    left: -100%;
	    background-color: #fff;
	    width: 100%;
	    height: 100%;
	    overflow-y: auto;
	    z-index: 60;
	    -webkit-transition: left .5s cubic-bezier(.19,1,.22,1);
	    transition: left .5s cubic-bezier(.19,1,.22,1);
	}
	.product-list-bgcolor .screening-box.active {
	    left: 0;
	}
	.product-list-bgcolor .screening-box .screening-header {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	.screening-header .screening-box-wap-down-btn {
		position: absolute;
		right: 15px;
		top: 15px;
    	float: right;
    	display: inline-block;
    	padding: 15px 20px;
    	border: 1px solid hsla(0,0%,72%,.25);
    	color: #333333;
	}
	.screening-box-wap-spread-btn{
		position: fixed;
		bottom: -100%;
		right:0px;
		background-color: #fff;
		padding: 20px;
		-webkit-transition: bottom .5s cubic-bezier(.19,1,.22,1);
		transition: bottom .5s cubic-bezier(.19,1,.22,1);
	}
	.screening-box-wap-spread-btn.active{
		bottom: 0%;
	}
	.screening-box-wap-spread-btn span{
		vertical-align: middle;
		margin-left: 10px;
		z-index: 600;
	}
	.product-list .right-box .top-search{
		margin-bottom: 25px;
	}
	.product-list .right-box .top-search .search-box{
		min-width: 290px;
	}
	.product-list .right-box .top-search .search-box input {
	    padding: 10px 0px;
	    font-size: 14px;
		width: calc(100% - 24px);
	}
	.product-list .right-box .top-search .search-box a {
	    padding: 3px 0px;
	    font-size: 12px;
	}
	.product-list .right-box {
	    padding-top: 20px;
	    padding-bottom: 20px;
	}
	.product-list .right-box .search-box {
	    margin-bottom: 20px;
	}
	.product-list .right-box .product-box .text-box {
	    margin-top: 15px;
	}
	.product-list .right-box .product-box .text-box .title {
	    font-size: 20px;
	}
	.screening-box-wap-spread-btn {
	    padding: 15px;	
	}
	.product-list .right-box .product-box {
	    margin-bottom: 40px;
	}
}
@media screen and (max-width: 575px) {
	.product-list .right-box .product-box .text-box .title {
	    font-size: 16px;
	}
	.product-list .right-box .product-box .text-box .classification {
	    font-size: 12px;
	}
	.screening-box-wap-spread-btn {
	    padding: 10px;	
	}
	.screening-box-wap-spread-btn span{
	    font-size: 12px;
	}
	.product-list .right-box .product-box {
	    margin-bottom: 30px;
	}
	.product-list .right-box .top-search{
		margin-bottom: 20px;
	}
	.product-list .right-box .top-search .a-box a{
		font-size: 14px;
	}
}
/*产品列表页筛选栏 end*/
/*产品列表 end*/


.module-001{
	text-align: center;
}


.module-002{
	margin-bottom: 30px;
}
.module-002 a{
	display: block;
	position: relative;
}
.module-002 a .tp{
	padding-bottom: 160%;
}
.module-002 a .text-box{
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0);
	transition: all .5s;
}
.module-002 a:hover .text-box{
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(247,238,221,1);
}
.module-002 a .text-box .text{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
	opacity: 0;
	transition: all .5s;
}
.module-002 a:hover .text-box .text{
	opacity: 1;
}
.module-002 a .text-box .title-cn{
	font-size: 34px;
	color: #fff;
	transition: all .5s;
}
.module-002 a:hover .text-box .title-cn{
	color: #333333;
}
.module-002 a .text-box .icon{
	width: 70px;
	height: 3px;
	display: inline-block;
	background-color: #fff;
	margin: 30px auto;
	transition: all .5s;
}
.module-002 a:hover .text-box .icon{
	background-color: #333333;
}
.module-002 a .text-box .title-en{
	font-size: 16px;
	color: #fff;
	transition: all .5s;
}
.module-002 a:hover .text-box .title-en{
	color: #333333;
}
@media screen and (max-width: 1680px) {
	.module-002 a .text-box .title-cn {
	    font-size: 30px;
	}
}
@media screen and (max-width: 1440px) {
	.module-002 a .text-box .title-cn {
	    font-size: 28px;
	}
}
@media screen and (max-width: 1280px) {
	.module-002 a .text-box .title-cn {
	    font-size: 26px;
	}
}
@media screen and (max-width: 1199px) {
	.module-002 a .text-box .title-cn {
	    font-size: 24px;
	}
}
@media screen and (max-width: 991px) {
	.module-002 a .text-box .title-cn {
	    font-size: 22px;
	}
}
@media screen and (max-width: 767px) {
	.module-002 a .text-box .title-cn {
	    font-size: 20px;
	}
	.module-002 a .text-box .icon {
	    height: 2px;
	    margin: 20px auto;
	}
	.module-002 a .text-box .title-en {
	    font-size: 14px;
	}
}
@media screen and (max-width: 575px) {
	.module-002 a .text-box .title-cn {
	    font-size: 18px;
	}
	.module-002 a .text-box .icon {
	    height: 1px;
	    margin: 10px auto;
	}
	.module-002 a .text-box .title-en {
	    font-size: 12px;
	}
}


.module-003{
	overflow: hidden;
}
.module-003 .img{
	margin-bottom: 70px;
}
.module-003 .title{
	font-size: 32px;
	color: #333333;
	line-height: 1em;
}
.module-003 .hx{
	border-top: 5px solid #b59780;
	display: inline-block;
	width: 22px;
	margin: 20px 0;
}
.module-003 .bjb{
	padding: 0;
}
@media screen and (max-width: 1680px) {
	.module-003 .img{
		max-width: 500px;
		margin-bottom: 60px;
	}
	.module-003 .title {
	    font-size: 30px;
	}
}
@media screen and (max-width: 1440px) {
	.module-003 .img{
		max-width: 450px;
		margin-bottom: 50px;
	}
	.module-003 .title {
	    font-size: 28px;
	}
}
@media screen and (max-width: 1280px) {
	.module-003 .img{
		max-width: 400px;
		margin-bottom: 40px;
	}
	.module-003 .title {
	    font-size: 26px;
	}
}
@media screen and (max-width: 1199px) {
	.module-003 .img{
		max-width: 350px;
		margin-bottom: 30px;
	}
	.module-003 .title {
	    font-size: 24px;
	}
}
@media screen and (max-width: 991px) {
	.module-003 .img{
		max-width: 300px;
		margin-bottom: 20px;
	}
	.module-003 .title {
	    font-size: 22px;
	}
}
@media screen and (max-width: 767px) {
	.module-003{
		margin-bottom: 30px;
	}
	.module-003 .img{
		margin-bottom: 10px;
		max-width: 280px;
	}
	.module-003 .title {
	    font-size: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-003 .img{
		max-width: 250px;
	}
	.module-003 .title {
	    font-size: 18px;
	}
}


.module-004{
	overflow: hidden;
}




.module-005{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #f5f5f5;
	padding-bottom: 40px;
}
.module-005 .left{
	width: 230px;
}
.module-005 .right{
	width: 230px;
	text-align: right;
}
.module-005 .right .up-btn{
	display: inline-block;
	padding: 25px;
	border: 1px solid #333333;
	cursor: pointer;
	position: relative;
	transition: all .3s;
}
.module-005 .right .up-btn:hover{
	border: 1px solid #004398;
	transition-delay: .3s;
}
.module-005 .right .up-btn span{
	color: #000000;
	transition: all .3s;
}
.module-005 .right .up-btn:hover span{
	color: #004398;
	transition-delay: .3s;
}
.module-005 .right .up-btn::after{
	content: "";
	position: absolute;
	top: -10px;
	left: 50%;
	height: 25px;
	width: 1px;
	background-color: #333333;
}
.module-005 .right .up-btn:hover::after{
	height: 0;
	transition: all .3s;
}
.module-005 .right .up-btn::before{
	content: "";
	position: absolute;
	top: 15px;
	left: 50%;
	height: 0;
	width: 1px;
	background-color: #004398;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	transform-origin: top center;
	-webkot-transform-origin: top center;
}
.module-005 .right .up-btn:hover::before{
	height: 25px;
	transition: all .3s;
	transition-delay: .3s;
}
.module-005 .right .up-btn span{
	color: #333333;
}
.module-005 .center{
	text-align: center;
	padding: 0 30px;
}
.module-005 .center .footer-nav-box{
	margin-bottom: 55px;
}
.module-005 .center .footer-nav-box ul>li{
	display: inline-block;
	margin-right: 85px;
}
.module-005 .center .footer-nav-box ul>li:nth-last-of-type(1){
	margin-right: 0;
}
.module-005 .center .footer-nav-box ul>li>a{
	display: inline-block;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}
.module-005 .center .footer-nav-box ul>li>a:hover{
	color: #004398;
}
.module-005 .center .ewm-box{
	margin-bottom: 25px;
	display: inline-block;
}
.module-005 .center .ewm-box ul>li a{
	color: #333333;
}
.module-005 .center .ewm-box ul>li{
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 15px;
}
.module-005 .center .ewm-box ul>li p{
	margin-top: 10px;
	color: #333333;
}
.module-005 .center .add-box p{
	color: #000000;
	font-size: 16px;
	margin-bottom: 10px;
}
.module-005 .center .add-box p a{
	color: #004498;
	font-size: 16px;
	font-weight: bold;
	margin-left: 15px;
}
@media screen and (max-width: 1680px) {
	.module-005 .center .footer-nav-box ul>li {
	    margin-right: 60px;
	}
}
@media screen and (max-width: 1440px) {
	.module-005 .center .footer-nav-box ul>li {
	    margin-right: 50px;
	}
}
@media screen and (max-width: 1280px) {
	.module-005 .left{
		width: 200px;
	}
	.module-005 .right{
		width: 200px;
	}
	.module-005 .center .footer-nav-box ul>li>a {
	    font-size: 14px;
	}
	.module-005 .center .footer-nav-box ul>li {
	    margin-right: 40px;
	}
	.module-005 .right .up-btn{
		padding: 20px 23px;
	}
	.module-005 .right .up-btn span{
		font-size: 14px;
	}
}
@media screen and (max-width: 1199px) {
	.module-005 .left{
		width: 180px;
	}
	.module-005 .right{
		width: 180px;
	}
	.module-005 .center .footer-nav-box ul>li>a {
	    font-size: 14px;
	}
	.module-005 .center .footer-nav-box ul>li {
	    margin-right: 30px;
	}
	.module-005 .center .ewm-box {
		margin-bottom: 25px;
	}
	.module-005 .right .up-btn{
		padding: 15px 18px;
	}
	.module-005 .right .up-btn span{
		font-size: 12px;
	}
}
@media screen and (max-width: 991px) {
	.module-005{
		display: block;
		text-align: center;
		padding-bottom: 15px;
	}
	.module-005 .left{
		display: inline-block;
		margin-bottom: 30px;
	}
	.module-005 .center .ewm-box {
	    margin-bottom: 20px;
	}
	.module-005 .center .ewm-box ul>li img{
		width: 70px;
	}
}
@media screen and (max-width: 767px) {
	.module-005 {
	    padding-bottom: 30px;
		padding-bottom: 10px;
	}
	.module-005 .left{
		width: 200px;
		margin-bottom: 20px;
	}
	.module-005 .center .ewm-box {
	    margin-bottom: 10px;
	}
	.module-005 .center .add-box p {
	    font-size: 14px;
	    margin-bottom: 5px;
	}
	.module-005 .center .add-box p a{
	    font-size: 14px;
	}
	.module-005 .center .ewm-box ul>li img{
		width: 60px;
	}
}
@media screen and (max-width: 575px) {
	.module-005 {
	    padding-bottom: 20px;
		padding-bottom: 5px;
	}
	.module-005 .left{
		width: 150px;
		margin-bottom: 15px;
	}
	.module-005 .center .ewm-box {
	    margin-bottom: 0;
	}
	.module-005 .center .add-box p {
	    font-size: 10px;
	}
	.module-005 .center .add-box p a{
	    font-size: 10px;
	}
	.module-005 .center .ewm-box ul>li img{
		width: 50px;
	}
}


.module-006{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #f5f5f5;
	padding: 30px 0 15px;
}
.module-006 .left .title{
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
	color: #000000;
	margin-bottom: 15px;
}
.module-006 .left ul{
	display: inline-block;
	vertical-align: middle;
}
.module-006 .left ul>li{
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 15px;
}
.module-006 .left ul>li>a{
	display: inline-block;
	color: #666666;
	font-size: 12px;
}
.module-006 .left ul>li>a:hover{
	color: #004398;
}
.module-006 .right p{
	color: #666666;
	font-size: 12px;
}
.module-006 .right p a{
	color: #666666;
	font-size: 12px;
	margin-left: 15px;
}
.module-006 .right p a:hover{
	color: #004398;
}
@media screen and (max-width: 1199px) {
	.module-006{
		display: block;
		padding: 20px 0;
		text-align: center;
	}
}
@media screen and (max-width: 991px) {
	.module-006{
		padding: 15px 0 25px;
	}
}


.module-007{
	padding: 40px 0;
	position: relative;
}
.module-007 .swiper-pagination{
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.module-007 .my-bullet{
	width: 30px;
	height: 5px;
	display: inline-block;
	background: #dfdfdf;
	opacity: 1;
	margin-left: 5px;
	margin-right: 5px;
	outline: none;
}
.module-007 .my-bullet-active{
	opacity: 1;
	background: #005bca;
}
@media screen and (max-width: 1199px) {
	.module-007 {
	    padding: 35px 0;
	}
}
@media screen and (max-width: 991px) {
	.module-007 {
	    padding: 30px 0;
	}
}
@media screen and (max-width: 767px) {
	.module-007 {
	    padding: 25px 0;
	}
}
@media screen and (max-width: 575px) {
	.module-007 {
	    padding: 20px 0;
	}
}


.module-008 a{
	display: block;
	position: relative;
	overflow: hidden;
	transition: all .5s;
}
.module-008 a img{
	transition: all .5s;
}
.module-008:hover a img{
	transform: scale(1.05);
}
.module-008 a .text{
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: #005bca;
	color: #fff;
	padding: 15px 30px;
	font-size: 16px;
	transition: all .5s;
}
.module-008:hover a .text{
	padding: 20px 35px;
}
@media screen and (max-width: 767px) {
	.module-008 a .text{
		padding: 10px 25px;
	}
}
@media screen and (max-width: 575px) {
	.module-008 a .text{
		padding: 10px 20px;
		font-size: 14px;
	}
}


.module-009 {
	max-width: 550px;
	margin: 0 auto;
}
.module-009 .title{
	font-size: 24px;
	color: #333333;
}
.module-009 .note{
	font-size: 14px;
	color: #666666;
	margin-top: 15px;
}
@media screen and (max-width: 1199px) {
	.module-009 .title {
	    font-size: 22px;
	}
}
@media screen and (max-width: 991px) {
	.module-009 .title {
	    font-size: 20px;
	}
}
@media screen and (max-width: 767px) {
	.module-009 .title {
	    font-size: 18px;
	}
	.module-009 .note {
	    margin-top: 10px;
	}
	.module-009 {
		margin: 0;
	}
}
@media screen and (max-width: 575px) {
	.module-009 .title {
	    font-size: 16px;
	}
	.module-009 .note {
	    font-size: 12px;
	    margin-top: 5px;
	}
}


.module-010{
	margin-bottom: 30px;
}
.module-010 .tp{
	padding-bottom: 78.66%;
	transition: all .5s;
}
.module-010 a:hover .tp{
	transform: scale(1.05);
}
.module-010 .text{
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(221,211,209,0.78);
	padding: 15px 20px;
	color: #333333;
}
.module-010 .text .title1{
	font-size: 16px;
}
.module-010 .text .title2{
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1; 
}
@media screen and (max-width: 575px) {
	.module-010{
		margin-bottom: 15px;
	}
	.module-010 .text {
	    padding: 10px 15px;
	}
	.module-010 .text .title1 {
	    font-size: 14px;
	}
	.module-010 .text .title2{
		font-size: 12px;
	}
}


.module-011 .title{
	font-size: 38px;
	color: #333333;
}
.module-011 .note{
	font-size: 18px;
	color: #333333;
	margin-top: 30px;
	max-width: 800px;
}
.module-011 .more{
	display: inline-block;
	font-size: 16px;
	color: #666666;
	margin-top: 80px;
}
@media screen and (max-width: 1680px) {
	.module-011 .title {
	    font-size: 34px;
	}
}
@media screen and (max-width: 1440px) {
	.module-011 .title {
	    font-size: 30px;
	}
}
@media screen and (max-width: 1280px) {
	.module-011 .title {
	    font-size: 30px;
	}
	.module-011 .more {
	    margin-top: 70px;
	}
}
@media screen and (max-width: 1199px) {
	.module-011 .title {
	    font-size: 26px;
	}
	.module-011 .more {
	    margin-top: 60px;
	}
}
@media screen and (max-width: 991px) {
	.module-011 .title {
	    font-size: 24px;
	}
	.module-011 .note{
		margin-top: 25px;
	}
	.module-011 .more {
	    margin-top: 50px;
	}
}
@media screen and (max-width: 767px) {
	.module-011 .title {
	    font-size: 20px;
	}
	.module-011 .note{
		font-size: 16px;
		margin-top: 20px;
	}
	.module-011 .more {
	    margin-top: 40px;
	}
}
@media screen and (max-width: 575px) {
	.module-011 .title {
	    font-size: 16px;
	}
	.module-011 .note{
		font-size: 14px;
		margin-top: 15px;
	}
	.module-011 .more {
	    font-size: 14px;
	    margin-top: 30px;
	}
}


.module-012 .tp{
	padding-bottom: 52.95%;
}
.module-012 a{
	display: block;
	position: relative;
}
.module-012 a .text-box{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all .5s;
}
.module-012 a .text-box{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all .5s;
}
.module-012 a:hover .text-box{
	background-color: rgba(0,67,153,0.60);
}
.module-012 .icon1,
.module-012 .icon2{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.module-012 .icon1::after{
	content: "";
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	height: 1px;
	background-color: #fff;
	transition: all .5s;
	opacity: 0;
}
.module-012 .icon1::before{
	content: "";
	position: absolute;
	top: 20px;
	left: 20px;
	bottom: 20px;
	width: 1px;
	background-color: #fff;
	transition: all .5s;
	opacity: 0;
}
.module-012 .icon2::after{
	content: "";
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
	height: 1px;
	background-color: #fff;
	transition: all .5s;
	opacity: 0;
}
.module-012 .icon2::before{
	content: "";
	position: absolute;
	top: 20px;
	right: 20px;
	bottom: 20px;
	width: 1px;
	background-color: #fff;
	transition: all .5s;
	opacity: 0;
}
.module-012 a:hover .icon1::after,
.module-012 a:hover .icon1::before,
.module-012 a:hover .icon2::after,
.module-012 a:hover .icon2::before{
	opacity: 1;
}
.module-012 a .text-box .text{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	transition: all .5s;
}
.module-012 .text-box .text .title{
	color: #fff;
	font-size: 20px;
	line-height: 1em;
}
.module-012 .text-box .text .note{
	color: #fff;
	font-size: 28px;
	line-height: 1em;
	margin-top: 20px;
}
@media screen and (max-width: 1440px) {
	.module-012 .text-box .text .note{
		font-size: 24px;
		margin-top: 15px;
	}
}
@media screen and (max-width: 1280px) {
	.module-012 .text-box .text .title{
		font-size: 18px;
	}
	.module-012 .text-box .text .note{
		font-size: 22px;
		margin-top: 15px;
	}
}
@media screen and (max-width: 1199px) {
	.module-012 .text-box .text .title{
		font-size: 16px;
	}
	.module-012 .text-box .text .note{
		font-size: 16px;
		margin-top: 10px;
	}
}
@media screen and (max-width: 991px) {
	.module-012 .text-box .text .note{
		font-size: 24px;
		margin-top: 15px;
	}
}
@media screen and (max-width: 767px) {
	.module-012 .text-box .text .title{
		font-size: 18px;
	}
	.module-012 .text-box .text .note{
		font-size: 22px;
		margin-top: 15px;
	}
}
@media screen and (max-width: 575px) {
	.module-012 .text-box .text .title{
		font-size: 16px;
	}
	.module-012 .text-box .text .note{
		font-size: 20px;
		margin-top: 10px;
	}
}


.module-013{
	
}
@media screen and (max-width: 767px) {
	.module-013{
		width: 400px;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 575px) {
	.module-013{
		width: 350px;
	}
}


.module-014{
	
}
@media screen and (max-width: 1280px) {
	.module-014{
		width: 260px;
	}
}
@media screen and (max-width: 1199px) {
	.module-014{
		width: 240px;
	}
}
@media screen and (max-width: 991px) {
	.module-014{
		width: 220px;
	}
}
@media screen and (max-width: 767px) {
	.module-014{
		width: 200px;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 575px) {
	.module-014{
		width: 120px;
	}
}





.module-015{
	margin-bottom: 70px;
}
.module-015 a{
	text-decoration: none;
	display: block;
}
.module-015 .img-box{
	position: relative;
}
.module-015 .tpcover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s;
    transition: all 1s;
    background-color: #fff;
}
.module-015 .tpcover:hover{
    opacity: 0;
}
.module-015 .text-box{
	margin-top: 20px;
}
.module-015 .text-box .title{
	color: #222222;
	font-size: 18px;
	font-weight: 100;
}
.module-015 .text-box .title2{
	color: #222222;
	font-size: 14px;
	font-weight: 200;
	margin-bottom: 5px;
	display: block;
}
.module-015 .text-box .classification{
	color: #999999;
	font-size: 14px;
}
.module-015 .text-box .classification2{
	color: #999999;
	font-size: 14px;
	display: block;
}
.module-015 .text-box .classification2 img{
	margin-left: 10px;
	vertical-align: middle;
}
.module-015 a .over-img{
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-box-shadow: 0 0 50px 5px rgba(0,0,0,0);
	box-shadow: 0 0 50px 5px rgba(0,0,0,0);
}
.module-015 a .tp{
    -webkit-transition: all .5s;
    transition: all .5s;
	padding-bottom: 100%;
}
.module-015 a:hover .over-img{
    -webkit-box-shadow: 0 0 50px 10px #c3c5c7;
    box-shadow: 0 0 50px 10px #c3c5c7;
}
.module-015 a:hover .tp{
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}
@media screen and (max-width: 1199px) {
	.module-015{
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 991px) {
	.module-015{
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 767px) {
	.module-015{
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 575px) {
	.module-015{
		margin-bottom: 30px;
	}
	.module-015 .text-box .title{
		font-size: 16px;
	}
	.module-015 .text-box{
		margin-top: 15px;
	}
	.module-015 .text-box .classification {
	    font-size: 12px;
	}
}



.module-016 .left{
	margin-bottom: 30px;
}
.module-016 .left .tp{
	padding-bottom: 100%;
	border: 1px solid #e9e9e9;
	-webkit-transition: all .3s;
	transition: all .3s;
	background-color: #fff;
}
.module-016 .left .tp:hover,
.module-016 .left .tp.active{
	border: 1px solid #475598;
}
.module-016 .left .dttp{
	padding-bottom: 100%;
	background-color: #fff;
	box-shadow: 0 0 20px 5px #eeeeee;
	cursor: pointer;
}
.module-016 .left .dttp .text{
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
	background-color: #475598;
	color: #fff;
	padding: 7px 30px;
	font-size: 14px;
}
.module-016 .cpxq_tp_swiper{
	margin-top: 20px;
	overflow: hidden;
	margin-left: 8.4%;
	margin-right: 8.4%;
}
.module-016 .cpxq_tp_swiper .swiper-slide{
	cursor: pointer;
	position: relative;
	overflow: hidden;
}
.module-016 .cpxq_tp_swiper .swiper-button-prev{
	position: absolute;
	top: 59.5%;
	left: 2.5%;
	width: 6%;
	height: 81%;
	background-image: none;
	background-size: 50px 70px;
	margin-top: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 1px solid #e9e9e9;
	background-color: #fff;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.module-016 .cpxq_tp_swiper .swiper-button-prev:hover{
	border: 1px solid #475598;
}
.module-016 .cpxq_tp_swiper .swiper-button-prev:after{
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 9px;
	height: 15px;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background-image: url(../img/xlt-52.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.module-016 .cpxq_tp_swiper .swiper-button-next{
	position: absolute;
	top: 59.5%;
	right: 2.5%;
	width: 6%;
	height: 81%;
	background-image: none;
	background-size: 50px 70px;
	margin-top: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border: 1px solid #e9e9e9;
	background-color: #fff;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.module-016 .cpxq_tp_swiper .swiper-button-next:hover{
	border: 1px solid #475598;
}
.module-016 .cpxq_tp_swiper .swiper-button-next:after{
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 9px;
	height: 15px;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	background-image: url(../img/xlt-51.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.module-016 .cpxq-wb-box>.row{
	padding-top: 0;
}
.module-016 .cpxq-wb-box .tb{
	overflow: hidden;
}
.module-016 .cpxq-wb-box .tb p{
	display: inline-block;
	position: relative;
	font-size: 24px;
	color: #001f2c;
}
.module-016 .cpxq-wb-box .tb p:after{
	content: "";
	position: absolute;
	bottom: 5px;
	left: 110%;
	width: 1400px;
	font-size: 24px;
	color: #001f2c;
	border-bottom: 1px dotted #001f2c;
}
.module-016 .right .title-box{
	padding-bottom: 20px;
	border-bottom: 1px solid #e6e6e6;
}
.module-016 .right .title-box .title{
	color: #000000;
	font-size: 24px;
}
.module-016 .right .specification{
	padding-top: 20px;
	padding-bottom: 10px;
}
.module-016 .right .specification p{
	margin-bottom: 15px;
	font-size: 0;
}
.module-016 .right .specification .n{
	color: #666666;
	display: inline-block;
	font-size: 14px;
	vertical-align: top;
	font-weight: bold;
	width: 55px;
}
.module-016 .right .specification .t{
	color: #333333;
	display: inline-block;
	width: calc(100% - 55px);
	font-size: 14px;
	vertical-align: top;
}
.module-016 .right .vr-box {
	font-size: 0;
}
.module-016 .right .vr-box .product-vr{
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}
.module-016 .right .vr-box .product-ewm{
	display: inline-block;
	vertical-align: middle;
}
@media screen and (max-width: 1280px){
	.module-016 .right .title-box .title {
	    font-size: 22px;
	}
}
@media screen and (max-width: 1199px){
	.module-016 .right .title-box .title {
	    font-size: 20px;
	}
	.module-016 .right .specification p {
	    margin-bottom: 10px;
	}
}
@media screen and (max-width: 991px){
	.module-016 .right .title-box .title {
	    font-size: 18px;
	}
	.module-016 .right .title-box {
	    padding-bottom: 15px;
	}
	.module-016 .right .specification {
		padding-top: 15px;
		padding-bottom: 5px;
	}
	.module-016 .right .title-box .title {
	    font-size: 16px;
	}
}
@media screen and (max-width: 830px) {
	.module-016 .left .detail{
		display: none;
	}
}
@media screen and (max-width: 767px){
	.module-016 .right{
		padding-top: 15px;
	}
}




.module-017{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}
.module-017 .left span{
	display: inline-block;
	vertical-align: middle;
	color: #999999;
	font-size: 14px;
}
.module-017 .left ul{
	display: inline-block;
	vertical-align: middle;
}
.module-017 .left ul>li{
	display: inline-block;
}
.module-017 .left ul>li::after{
	content: ">";
	color: #999999;
	font-size: 14px;
	margin-left: 10px;
	margin-right: 10px;
}
.module-017 .left ul>li:nth-last-of-type(1)::after{
	content: "";
	display: none;
}
.module-017 .left ul>li>a{
	display: inline-block;
	color: #999999;
	transition: all .5s;
}
.module-017 .left ul>li>a:hover{
	color: #005bca;
}
.module-017 .right a img{
	vertical-align: middle;
	display: inline-block;
}
.module-017 .right a span{
	display: inline-block;
	vertical-align: middle;
	color: #4d4d4d;
	margin-left: 5px;
}
.module-017 .right a:hover span{
	color: #005bca;
}
@media screen and (max-width: 1680px){
	.module-017 {
	    margin-bottom: 45px;
	}
}
@media screen and (max-width: 1440px){
	.module-017 {
	    margin-bottom: 40px;
	}
}
@media screen and (max-width: 1280px){
	.module-017 {
	    margin-bottom: 35px;
	}
}
@media screen and (max-width: 1199px){
	.module-017 {
	    margin-bottom: 30px;
	}
}
@media screen and (max-width: 991px){
	.module-017 {
	    margin-bottom: 25px;
	}
}
@media screen and (max-width: 767px){
	.module-017 {
	    margin-bottom: 20px;
	}
}
@media screen and (max-width: 575px){
	.module-017 {
	    margin-bottom: 15px;
	}
}


.module-018{
	margin-bottom: 60px;
	text-align: center;
	cursor: pointer;
}
.module-018 .tp{
	padding-bottom: 61.76%;
	transition: all .5s;
}
.module-018:hover .tp{
	transform: scale(1.05);
}
.module-018 .title{
	margin-top: 10px;
	font-size: 14px;
	color: #333333;
}
@media screen and (max-width: 991px){
	.module-018 {
	    margin-bottom: 50px;
	}
}
@media screen and (max-width: 767px){
	.module-018 {
	    margin-bottom: 40px;
	}
}
@media screen and (max-width: 575px){
	.module-018 {
	    margin-bottom: 30px;
	}
}




.module-019{
	border-bottom: 1px solid #f5f5f5;
}
.module-019 ul>li{
	display: inline-block;
	margin-right: 100px;
}
.module-019 ul>li:nth-last-of-type(1){
	margin-right: 0px;
}
.module-019 ul>li>a{
	display: inline-block;
	color: #353741;
	font-size: 16px;
	padding: 30px 0;
	position: relative;
}
.module-019 ul>li>a::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 4px;
	background-color: #004399;
	transition: all .5s;
}
.module-019 ul>li>a:hover::after,
.module-019 ul>li.active>a::after{
	width: 100%;
}
@media screen and (max-width: 1680px){
	.module-019 ul>li{
		margin-right: 90px;
	}
}
@media screen and (max-width: 1440px){
	.module-019 ul>li{
		margin-right: 80px;
	}
}
@media screen and (max-width: 1280px){
	.module-019 ul>li{
		margin-right: 70px;
	}
}
@media screen and (max-width: 1199px){
	.module-019 ul>li{
		margin-right: 60px;
	}
}
@media screen and (max-width: 991px){
	.module-019 ul>li>a {
	    padding: 25px 0;
	}
	.module-019 ul>li{
		margin-right: 50px;
	}
}
@media screen and (max-width: 767px){
	.module-019 ul>li>a {
	    padding: 20px 0;
	}
	.module-019 ul>li{
		margin-right: 40px;
	}
}
@media screen and (max-width: 575px){
	.module-019 ul>li>a {
	    font-size: 14px;
	    padding: 15px 0;
	}
	.module-019 ul>li{
		margin-right: 30px;
	}
}


.module-020 .box{
	display: none;
}
.module-020 .box.active{
	display: block;
}



.module-021{
	padding: 10px 0;
	border-bottom: 1px solid #f5f5f5;
}
.module-021 ul>li{
	margin-right: 95px;
	display: inline-block;
}
.module-021 ul>li>a{
	display: inline-block;
	padding: 15px 0;
	position: relative;
	color: #333333;
}
.module-021 ul>li>a::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 5px;
	background-color: #004399;
	transition: all .5s;
}
.module-021 ul>li>a:hover::after,
.module-021 ul>li.active>a::after{
	width: 100%;
}
@media screen and (max-width: 1440px){
	.module-021 ul>li{
		margin-right: 85px;
	}
}
@media screen and (max-width: 1280px){
	.module-021 ul>li{
		margin-right: 75px;
	}
}
@media screen and (max-width: 1199px){
	.module-021 ul>li{
		margin-right: 65px;
	}
}
@media screen and (max-width: 991px){
	.module-021 ul>li{
		margin-right: 55px;
	}
	.module-021{
		padding: 0;
	}
}


.module-022 {
	font-size: 0;
}
.module-022 .top-title>li{
	padding: 15px;
	background-color: #fbf9f8;
	color: #333333;
}
.module-022 .top-title>li>span{
	float: right;
}
.module-022 .top-title>li>span>a{
	color: #333333;
	text-decoration: none;
}
.module-022 .wap-nav-listbox{
	display: none;
}
.module-022 .wap-nav-listbox .level1>li{
	border-bottom: 1px solid #eeeeee;
}
.module-022 .wap-nav-listbox .level1>li>a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
	padding: 15px 15px;	
	color: #222222;
	font-size: 14px;
	transition: all .5s;
}
.module-022 .wap-nav-listbox .level1>li.active>a,
.module-022 .wap-nav-listbox .level1>li>a:hover{
	background-color: #0033cc;
	color: #fff;
}
.module-022 .wap-nav-listbox .level1>li>a>span{
	color: #222222;
	transition: all .5s;
}
.module-022 .wap-nav-listbox .level1>li.active>a>span,
.module-022 .wap-nav-listbox .level1>li>a:hover>span{
	color: #fff;
}
.module-022 .wap-nav-listbox .level1>li>a>.icon{
	transition: all .5s;
}
.module-022 .wap-nav-listbox .level1>li.active>a>.icon{
	transform: rotate(90deg);
}
.module-022 .wap-nav-listbox .level2{
	margin: 0;
	list-style: none;
	display: none;
}
.module-022 .wap-nav-listbox .level2>li>a{
	display: block;
	text-decoration: none;
	color: #666666;
	position: relative;
	z-index: 1;
	padding: 10px 15px;
	font-size: 12px;
	border-bottom: 1px solid #eeeeee;
}
.module-022 .wap-nav-listbox .level2>li:nth-last-of-type(1)>a{
	border-bottom: none;
}
.module-022 .wap-nav-listbox .level2>li.active>a,
.module-022 .wap-nav-listbox .level2>li>a:hover{
	background-color: #e26363;
	color: #fff;
}



.module-023 a{
	display: block;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	margin-bottom: 65px;
}
.module-023 .tp{
	padding-bottom: 60%;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
}
.module-023 a:hover .tp{
	transform: scale(1.05);
}
.module-023 .text .title{
	font-size: 24px;
	color: #333333;
}
.module-023 .text .note{
	color: #666666;
	line-height: 1.75em;
	margin-top: 15px;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
}
.module-023 .text .box{
	margin-top: 30px;
	color: #999999;
}
.module-023 .text .box .date{
	color: #999999;
	font-size: 12px;
	margin-left: 10px;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
}
.module-023 .text .box .cla{
	color: #999999;
	font-size: 12px;
	margin-right: 10px;
}
@media screen and (max-width: 1440px) {
	.module-023 .text .title {
	    font-size: 22px;
	}
}
@media screen and (max-width: 1280px) {
	.module-023 .text .title {
	    font-size: 20px;
	}
}
@media screen and (max-width: 1199px) {
	.module-023 .text .title {
	    font-size: 18px;
	}
}
@media screen and (max-width: 991px) {
	.module-023 .text .title {
	    font-size: 16px;
	}
	.module-023 .text .note{
		margin-top: 15px;
	}
	.module-023 a{
		margin-bottom: 50px;
	}
	.module-023 .text .box {
		margin-top: 25px;
	}
}
@media screen and (max-width: 767px) {
	.module-023 .text {
		margin-top: 20px;
	}
	.module-023 .text .title {
	    font-size: 18px;
	}
	.module-023 .text .note{
		margin-top: 15px;
	}
	.module-023 a{
		margin-bottom: 40px;
	}
	.module-023 .text .box {
		margin-top: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-023 .text {
		margin-top: 15px;
	}
	.module-023 .text .title {
	    font-size: 16px;
	}
	.module-023 .text .note{
		margin-top: 15px;
	}
	.module-023 a{
		margin-bottom: 30px;
	}
	.module-023 .text .box {
		margin-top: 15px;
	}
}


.module-024{
	padding: 30px 0;
}
.module-024 ul>li{
	display: inline-block;
	margin-right: 50px;
}
.module-024 ul>li>a{
	display: inline-block;
	padding: 15px 0;
	position: relative;
	color: #333333;
}
.module-024 ul>li>a::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 5px;
	background-color: #004399;
	transition: all .5s;
}
.module-024 ul>li>a:hover::after,
.module-024 ul>li.active>a::after{
	width: 100%;
}
@media screen and (max-width: 991px){
	.module-024 ul>li{
		margin-right: 40px;
	}
	.module-024 ul>li>a::after{
		height: 4px;
	}
}
@media screen and (max-width: 767px){
	.module-024 ul>li>a {
	    padding: 12px 0;
	}
	.module-024{
		padding: 25px 0;
	}
	.module-024 ul>li{
		margin-right: 30px;
	}
	.module-024 ul>li>a::after{
		height: 3px;
	}
}
@media screen and (max-width: 575px){
	.module-024 ul>li>a {
	    padding: 10px 0;
		font-size: 12px;
	}
	.module-024{
		padding: 20px 0;
	}
	.module-024 ul>li{
		margin-right: 20px;
	}
	.module-024 ul>li>a::after{
		height: 2px;
	}
}



.module-025{
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #f5f5f5;
}
.module-025 .title{
	color: #353741;
	font-size: 28px;
}
.module-025 .date{
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	display: flex;
	display: -webkit-flex;
	max-width: 200px;
	margin-top: 30px;
	color: #999999;
	line-height: 1em;
}
@media screen and (max-width: 1440px) {
	.module-025 .title{
		font-size: 26px;
	}
}
@media screen and (max-width: 1280px) {
	.module-025 .title{
		font-size: 24px;
	}
}
@media screen and (max-width: 1199px) {
	.module-025 .title{
		font-size: 22px;
	}
}
@media screen and (max-width: 991px) {
	.module-025{
		margin-bottom: 25px;
		padding-bottom: 25px;
	}
	.module-025 .title{
		font-size: 20px;
	}
	.module-025 .date{
		margin-top: 25px;
	}
}
@media screen and (max-width: 767px) {
	.module-025{
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	.module-025 .title{
		font-size: 18px;
	}
	.module-025 .date{
		margin-top: 20px;
		max-width: 170px;
	}
}
@media screen and (max-width: 575px) {
	.module-025{
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
	.module-025 .title{
		font-size: 16px;
	}
	.module-025 .date{
		margin-top: 15px;
		max-width: 150px;
	}
}


.module-026{
	text-align: center;
}
.module-026 .img-box{
	display: inline-block;
	padding: 13px;
	border: 2px solid #fafafa;
}
.module-026 .title{
	margin-top: 20px;
	font-size: 18px;
	color: #000000;
}
@media screen and (max-width: 1280px) {
	.module-026 .title{
		font-size: 16px;
	}
}
@media screen and (max-width: 1199px) {
	.module-026 .title{
		margin-top: 15px;
		font-size: 14px;
	}
}


.module-027{
	background-color: #f5f5f5;
	padding: 30px;
}
.module-027 .top-title{
	font-size: 20px;
	margin-bottom: 30px;
}
.module-027 .list-box a{
	text-decoration: none;
	display: block;
	font-size: 0;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #eeeeee;
}
.module-027 .list-box a:nth-last-of-type(1){
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.module-027 .list-box .left{
	width: 74px;
	display: inline-block;
	vertical-align: top;
}
.module-027 .list-box .right{
	display: inline-block;
	width: calc(100% - 74px);
	vertical-align: top;
	padding-left: 15px;
}
.module-027 .list-box .right .title{
	font-size: 14px;
	color: #353741;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.module-027 .list-box .right .note{
	font-size: 12px;
	color: #999999;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.module-027 .list-box .tp{
	padding-bottom: 74.32%;
	transition: all .5s;
}
.module-027 .list-box a:hover .tp{
	transform: scale(1.07);
}
@media screen and (max-width: 991px) {
	.module-027{
		padding: 25px;
	}
}
@media screen and (max-width: 767px) {
	.module-027{
		padding: 20px;
	}
	.module-027 .top-title{
		font-size: 18px;
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 575px) {
	.module-027{
		padding: 15px;
	}
	.module-027 .top-title{
		font-size: 16px;
		margin-bottom: 20px;
	}
}



.module-028{
	margin-bottom: 30px;
}
.module-028 a{
	display: block;
}
.module-028 .tp{
	padding-bottom: 68.18%;
}
.module-028 .text-box{
	padding: 25px 0;
	border-bottom: 1px solid #f5f5f5;
}
.module-028 .text-box .title{
	font-size: 18px;
	color: #333333;
	margin-bottom: 5px;
}
.module-028 .text-box .note{
	font-size: 12px;
	color: #999999;
}
.module-028 a .img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.module-028 a .img-box{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	opacity: 0;
	transition: all .5s;
}
.module-028 a .img img{
	width: 120px;
	height: 120px;
}
.module-028 a:hover .img-box{
	opacity: 1;
}
.module-028 .img-box .img .title{
	color: #fff;
	margin-top: 10px;
}
@media screen and (max-width: 767px) {
	.module-028 .text-box{
		padding: 20px 0;
	}
	.module-028 .text-box .title{
		font-size: 16px;
	}
}
@media screen and (max-width: 575px) {
	.module-028 .text-box{
		padding: 15px 0;
	}
	.module-028 .text-box .title{
		font-size: 14px;
	}
}



.module-029 .bjb{
	padding: 0;
}


.module-030{
	text-align: center;
}
.module-030 .title{
	color: #ffffff;
	font-size: 24px;
}
.module-030 .note{
	color: #ffffff;
	font-size: 14px;
	margin-top: 10px;
}
@media screen and (max-width: 1199px) {
	.module-030 .title{
		font-size: 22px;
	}
}
@media screen and (max-width: 991px) {
	.module-030{
		margin-bottom: 40px;
		text-align: left;
	}
	.module-030 .title{
		font-size: 20px;
	}
}
@media screen and (max-width: 767px) {
	.module-030{
		margin-bottom: 30px;
	}
	.module-030 .title{
		font-size: 18px;
	}
}
@media screen and (max-width: 575px) {
	.module-030 .title{
		font-size: 16px;
	}
	.module-030 .note{
		font-size: 12px;
	}
}



.module-031{
	margin-bottom: 70px;
}
.module-031 a{
	display: block;
	overflow: hidden;
}
.module-031 .tp{
	padding-bottom: 46.42%;
}
.module-031 a img{
	transition: all .5s;
}
.module-031 a:hover img{
	transform: scale(1.05);
}
.module-031 a .title{
	font-size: 16px;
	color: #fff;
}
.module-031 a .note{
	font-size: 14px;
	color: #fff;
	margin-top: 5px;
	margin-bottom: 25px;
}
@media screen and (max-width: 1199px) {
	.module-031{
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 991px) {
	.module-031{
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 767px) {
	.module-031{
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 575px) {
	.module-031{
		margin-bottom: 30px;
	}
	.module-031 a .title{
		font-size: 14px;
	}
	.module-031 a .note{
		font-size: 12px;
	}
}



.module-033 .tp{
	padding-bottom: 68.18%;
	transition: all .5s;
}
.module-033 a:hover .tp{
	transform: scale(1.05);
}
.module-032 ul>li{
	display: inline-block;
	margin-right: 50px;
}
.module-032 ul>li>a{
	display: inline-block;
	padding: 15px 0;
	color: #40403f;
	position: relative;
}
.module-032 ul>li>a::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 5px;
	background-color: #004399;
	transition: all .5s;
}
.module-032 ul>li>a:hover::after,
.module-032 ul>li.active>a::after{
	width: 100%;
}
@media screen and (max-width: 1280px) {
	.module-032 ul>li{
		margin-right: 45px;
	}
}
@media screen and (max-width: 1199px) {
	.module-032 ul>li{
		margin-right: 40px;
	}
}
@media screen and (max-width: 991px) {
	.module-032 ul>li>a{
		padding: 14px 0;
	}
	.module-032 ul>li>a::after{
		height: 4px;
	}
	.module-032 ul>li{
		margin-right: 35px;
	}
}
@media screen and (max-width: 767px) {
	.module-032 ul>li>a{
		padding: 12px 0;
	}
	.module-032 ul>li>a::after{
		height: 3px;
	}
	.module-032 ul>li{
		margin-right: 30px;
	}
}
@media screen and (max-width: 575px) {
	.module-032 ul>li>a{
		padding: 10px 0;
	}
	.module-032 ul>li>a::after{
		height: 2px;
	}
	.module-032 ul>li{
		margin-right: 25px;
	}
}


.module-033{
	margin-bottom: 120px;
}
.module-033 .text-box{
	margin-top: 15px;
}
.module-033 .text-box .title{
	font-size: 20px;
	color: #333333;
}
.module-033 .text-box .note{
	font-size: 14px;
	color: #666666;
	margin-top: 10px;
}
.module-033 .text-box .date{
	font-size: 12px;
	color: #999999;
	margin-top: 20px;
}
.module-033 .text-box .date span{
	margin-left: 10px;
	margin-right: 10px;
}
@media screen and (max-width: 1680px) {
	.module-033{
		margin-bottom: 90px;
	}
}
@media screen and (max-width: 1440px) {
	.module-033{
		margin-bottom: 80px;
	}
}
@media screen and (max-width: 1280px) {
	.module-033{
		margin-bottom: 70px;
	}
}
@media screen and (max-width: 1199px) {
	.module-033{
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 991px) {
	.module-033{
		margin-bottom: 50px;
	}
	.module-033 .text-box .title{
		font-size: 18px;
	}
}
@media screen and (max-width: 767px) {
	.module-033{
		margin-bottom: 40px;
	}
	.module-033 .text-box .title{
		font-size: 16px;
	}
}
@media screen and (max-width: 575px) {
	.module-033{
		margin-bottom: 30px;
	}
	.module-033 .text-box .title{
		font-size: 14px;
	}
	.module-033 .text-box .note{
		font-size: 12px;
	}
	.module-033 .text-box .date{
		margin-top: 15px;
	}
}


.module-034 .top-title{
	color: #333333;
	font-size: 26px;
	margin-bottom: 30px;
}
.module-034 .box p{
	margin-bottom: 15px;
	color: #666666;
	font-size: 18px;
}
@media screen and (max-width: 1280px) {
	.module-034 .top-title{
		font-size: 24px;
	}
}
@media screen and (max-width: 1199px) {
	.module-034 .top-title{
		font-size: 22px;
	}
}
@media screen and (max-width: 991px) {
	.module-034 .top-title{
		font-size: 20px;
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 767px) {
	.module-034{
		margin-bottom: 40px;
	}
	.module-034 .box p{
		margin-bottom: 15px;
		font-size: 16px;
	}
	.module-034 .top-title{
		font-size: 18px;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-034{
		margin-bottom: 30px;
	}
	.module-034 .box p{
		margin-bottom: 10px;
		font-size: 14px;
	}
	.module-034 .top-title{
		font-size: 16px;
		margin-bottom: 15px;
	}
}



.module-035{
	max-width: 450px;
	margin: 0 auto;
}
.module-035 .top-title{
	font-size: 20px;
	margin-bottom: 30px;
}
.module-035 .box{
	display: flex;
	justify-content: space-between;
	align-items: top;
}
.module-035 .box .left{
	text-align: center;
	margin-right: 30px;
	max-width: 120px;
}
.module-035 .box .left img{
	border: 1px solid #ebebeb;
}
.module-035 .box .center{
	text-align: center;
	margin-right: 30px;
	max-width: 120px;
}
.module-035 .box .center img{
	border: 1px solid #ebebeb;
}
.module-035 .box .right{
	text-align: center;
	max-width: 120px;
}
.module-035 .box .right img{
	border: 1px solid #ebebeb;
}
.module-035 .box .title{
	margin-top: 20px;
	font-size: 16px;
	color: #333333;
}
@media screen and (max-width: 991px) {
	.module-035 {
	    max-width: 100%;
	}
}
@media screen and (max-width: 575px) {
	.module-035 .top-title {
	    font-size: 16px;
	    margin-bottom: 15px;
	}
	.module-035 .box .left{
		max-width: 100px;
	}
	.module-035 .box .center{
		max-width: 100px;
	}
	.module-035 .box .right{
		max-width: 100px;
	}
	.module-035 .box .title{
		margin-top: 15px;
		font-size: 14px;
	}
}


.module-036{
	max-width: 900px;
	margin: 0 auto;
}
.module-036 .title-box{
	text-align: center;
	margin-bottom: 50px;
}
.module-036 .title-box .title{
	font-size: 24px;
	color: #333333;
}
.module-036 .title-box .note{
	font-size: 16px;
	margin-top: 15px;
	color: #666666;
}
.module-036 .box .p1{
	font-size: 0;
	margin-bottom: 30px;
}
.module-036 .box .p1 .left{
	width: 110px;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	text-align: right;
}
.module-036 .box .p1 .right{
	width: calc(100% - 110px);
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
}
.module-036 .box .p1 .right input{
	width: 100%;
	padding: 10px 15px;
	border: 1px solid #dadada;
	outline: none;
}
.module-036 .box .p1 .right select{
	width: 100%;
	padding: 10px;
	border: 1px solid #dadada;
	outline: none;
}
.module-036 .box .p2{
	font-size: 0;
	margin-bottom: 30px;
}
.module-036 .box .p2 .left{
	width: 110px;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	text-align: right;
}
.module-036 .box .p2 .right{
	width: calc(100% - 110px);
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
}
.module-036 .box .p2 .right input{
	width: calc(100% - 215px);
	padding: 10px 15px;
	border: 1px solid #dadada;
	outline: none;
}
.module-036 .box .p2 .right img{
	margin-left: 30px;
}
.module-036 .box .p2 .right a{
	margin-left: 30px;
	color: #999999;
}
.module-036 .box .p3{
	font-size: 0;
	margin-bottom: 30px;
}
.module-036 .box .p3 .left{
	width: 110px;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	text-align: right;
}
.module-036 .box .p3 .right{
	width: calc(100% - 110px);
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
}
.module-036 .box .p3 .right textarea{
	width: 100%;
	padding: 15px;
	border: 1px solid #dadada;
	height: 200px;
	font-size: 14px;
	outline: none;
	resize: none;
}
.module-036 .box .p4{
	text-align: center;
	margin-top: 30px;
}
.module-036 .box .p4 input{
	padding: 10px 120px;
	color: #fff;
	background-color: #004399;
	border: 1px solid #004399;
	outline: none;
	cursor: pointer;
	transition: all .5s;
}
.module-036 .box .p4 input:hover{
	background-color: #fff;
	color: #004399;
}
@media screen and (max-width: 1680px) {
	.module-036 .box .p4 input{
		padding: 10px 110px;
	}
}
@media screen and (max-width: 1440px) {
	.module-036 .box .p4 input{
		padding: 10px 100px;
	}
}
@media screen and (max-width: 1280px) {
	.module-036 .box .p4 input{
		padding: 10px 90px;
	}
}
@media screen and (max-width: 1199px) {
	.module-036 .box .p4 input{
		padding: 10px 80px;
	}
}
@media screen and (max-width: 991px) {
	.module-036 .box .p1,
	.module-036 .box .p2,
	.module-036 .box .p3{
	    margin-bottom: 25px;
	}
	.module-036 .box .p4 input{
		padding: 9px 70px;
	}
}
@media screen and (max-width: 767px) {
	.module-036 .title-box .title {
	    font-size: 18px;
	}
	.module-036 .title-box .note {
	    font-size: 14px;
	    margin-top: 10px;
	}
	.module-036 .title-box {
	    margin-bottom: 30px;
	}
	.module-036 .box .p1,
	.module-036 .box .p2,
	.module-036 .box .p3{
	    margin-bottom: 20px;
	}
	.module-036 .box .p4 input{
		padding: 8px 60px;
	}
}
@media screen and (max-width: 575px) {
	.module-036 .title-box .title {
	    font-size: 18px;
	}
	.module-036 .title-box .note {
	    font-size: 14px;
	    margin-top: 10px;
	}
	.module-036 .title-box {
	    margin-bottom: 30px;
	}
	.module-036 .box .p1,
	.module-036 .box .p2,
	.module-036 .box .p3{
	    margin-bottom: 15px;
	}
	.module-036 .box .p1 .right input,
	.module-036 .box .p2 .right input,
	.module-036 .box .p3 .right input{
	    padding: 10px;
	}
	.module-036 .box .p4 input{
		padding: 7px 50px;
	}
}




.module-037{
	text-align: center;
	margin-bottom: 50px;
}
.module-037 .title{
	font-size: 32px;
	color: #000000;
}
@media screen and (max-width: 1680px) {
	.module-037{
		margin-bottom: 40px;
	}
	.module-037 .title{
		font-size: 28px;
	}
}
@media screen and (max-width: 1440px) {
	.module-037{
		margin-bottom: 35px;
	}
	.module-037 .title{
		font-size: 26px;
	}
}
@media screen and (max-width: 1199px) {
	.module-037{
		margin-bottom: 30px;
	}
	.module-037 .title{
		font-size: 24px;
	}
}
@media screen and (max-width: 991px) {
	.module-037{
		margin-bottom: 25px;
	}
	.module-037 .title{
		font-size: 22px;
	}
}
@media screen and (max-width: 767px) {
	.module-037{
		margin-bottom: 20px;
	}
	.module-037 .title{
		font-size: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-037{
		margin-bottom: 15px;
	}
	.module-037 .title{
		font-size: 18px;
	}
}


.module-038{
	border: 1px solid #333333;
	font-size: 0;
	max-width: 800px;
	margin: 0 auto;
	transition: all .5s;
}
.module-038:hover{
	border: 1px solid #005bca;
}
.module-038 select{
	font-size: 14px;
	padding: 10px 15px;
	border: none;
	outline: none;
	vertical-align: middle;
	width: 100px;
}
.module-038 input{
	width: calc(100% - 151px);
	font-size: 14px;
	border: none;
	outline: none;
	padding: 10px 15px;
	vertical-align: middle;
}
.module-038 a{
	display: inline-block;
	font-size: 14px;
	border-left: 1px solid #a1a1a1;
	vertical-align: middle;
}
.module-038 a i{
	color: #000000;
	font-size: 20px;
	padding: 10px 15px;
	transition: all .5s;
}
.module-038 a:hover i{
	color: #005bca;
}
@media screen and (max-width: 991px) {
	.module-038 input {
	    font-size: 12px;
	    padding: 7px 10px;
		width: calc(100% - 140px);
	}
	.module-038 a i {
	    font-size: 18px;
	    padding: 7px 10px;
	}
}
@media screen and (max-width: 767px) {
	.module-038{
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 575px) {
	.module-038{
		margin-bottom: 10px;
	}
	.module-038 input {
	    font-size: 12px;
	    padding: 7px 10px;
	}
	.module-038 a i {
	    font-size: 18px;
	    padding: 7px 10px;
	}
}



.module-039{
	max-width: 800px;
	margin: 0 auto;
	margin-top: 30px;
}
.module-039 span{
	color: #333333;
	vertical-align: middle;
	font-size: 14px;
	margin-right: 10px;
	display: inline-block;
	margin-bottom: 15px;
}
.module-039 a{
	color: #666666;
	display: inline-block;
	vertical-align: middle;
	padding: 7px 30px;
	background-color: #f5f5f5;
	border-radius: 50px;
	margin-right: 20px;
	font-size: 14px;
	margin-bottom: 15px;
}
.module-039 a:hover{
	background-color: #005bca;
	color: #fff;
}
@media screen and (max-width:991px) {
	.module-039 a{
		padding: 7px 25px;
	}
}
@media screen and (max-width:767px) {
	.module-039 a{
		padding: 7px 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-039 a{
		padding: 7px 15px;
		margin-right: 15px;
		font-size: 12px;
	}
}



.module-040{
	margin-bottom: 70px;
}
.module-040 a{
	text-decoration: none;
	display: block;
}
.module-040 .img-box{
	position: relative;
}
.module-040 .tpcover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 1s;
    transition: all 1s;
    background-color: #fff;
}
.module-040 .tpcover:hover{
    opacity: 0;
}
.module-040 .text-box{
	margin-top: 20px;
}
.module-040 .text-box .title{
	color: #222222;
	font-size: 18px;
	font-weight: 100;
}
.module-040 .text-box .title2{
	color: #222222;
	font-size: 14px;
	font-weight: 200;
	margin-bottom: 5px;
	display: block;
}
.module-040 .text-box .classification{
	color: #999999;
	font-size: 14px;
}
.module-040 .text-box .classification2{
	color: #999999;
	font-size: 14px;
	display: block;
}
.module-040 .text-box .classification2 img{
	margin-left: 10px;
	vertical-align: middle;
}
.module-040 a .over-img{
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-box-shadow: 0 0 50px 5px rgba(0,0,0,0);
	box-shadow: 0 0 50px 5px rgba(0,0,0,0);
}
.module-040 a .tp{
    -webkit-transition: all .5s;
    transition: all .5s;
	padding-bottom: 90%;
}
.module-040 a:hover .over-img{
    -webkit-box-shadow: 0 0 50px 10px #c3c5c7;
    box-shadow: 0 0 50px 10px #c3c5c7;
}
.module-040 a:hover .tp{
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}
@media screen and (max-width: 1199px) {
	.module-040{
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 991px) {
	.module-040{
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 767px) {
	.module-040{
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 575px) {
	.module-040{
		margin-bottom: 30px;
	}
	.module-040 .text-box .title{
		font-size: 16px;
	}
	.module-040 .text-box{
		margin-top: 15px;
	}
	.module-040 .text-box .classification {
	    font-size: 12px;
	}
}



.module-041 .text{
	font-size: 18px;
	color: #333333;
	margin-bottom: 40px;
}
@media screen and (max-width: 1199px) {
	.module-041 .text{
		margin-bottom: 35px;
	}
}
@media screen and (max-width: 991px) {
	.module-041 .text{
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 767px) {
	.module-041 .text{
		font-size: 16px;
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 575px) {
	.module-041 .text{
		font-size: 14px;
		margin-bottom: 20px;
	}
}



.module-042 a .tp{
	padding-bottom: 56.57%;
	transition: all .5s;
}
.module-042 a:hover .tp{
	transform: scale(1.06);
}
.module-042 a .over-img{
	transition: all .5s;
}
.module-042 a:hover .over-img{
	transform: scale(0.95);
}
.module-042 .box{
	margin-bottom: 90px;
}
.module-042 .box a .title{
	font-size: 26px;
	color: #333333;
}
.module-042 .box a:hover .title{
	color: #005bca;
}
.module-042 .box a .note{
	font-size: 14px;
	color: #414141;
	margin-top: 15px;
}
.module-042 .box a .date{
	margin-top: 70px;
	color: #999999;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
@media screen and (max-width: 1440px) {
	.module-042 .box a .date {
	    margin-top: 45px;
	}
}
@media screen and (max-width: 1280px) {
	.module-042 .box a .date {
	    margin-top: 40px;
	}
	.module-042 .box a .title {
	    font-size: 24px;
	}
}
@media screen and (max-width: 1199px) {
	.module-042 .box a .date {
	    margin-top: 35px;
	}
	.module-042 .box a .title {
	    font-size: 22px;
	}
}
@media screen and (max-width: 991px) {
	.module-042 .box a .title {
	    font-size: 20px;
	}
	.module-042 .box a .note {
	    font-size: 12px;
	}
	.module-042 .box a .date {
	    margin-top: 30px;
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.module-042 .box a .title{
	    font-size: 18px;
		margin-top: 15px;
	}
	.module-042 .box a .note {
	    font-size: 14px;
	}
	.module-042 .box a .date{
	    margin-top: 20px;
	    font-size: 14px;
	}
	.module-042 .box {
	    margin-bottom: 30px;
	}
}
@media screen and (max-width: 575px) {
	.module-042 .box a .title{
	    font-size: 16px;
	}
	.module-042 .box a .note {
	    font-size: 12px;
	    margin-top: 10px;
	}
	.module-042 .box a .date{
	    margin-top: 10px;
	    font-size: 12px;
	}
	.module-042 .box {
	    margin-bottom: 20px;
	}
}



.module-043 select{
	width: 100%;
	padding: 10px 15px;
	font-size: 14px;
	border: 1px solid #eeeeee;
	outline: none;
	transition: all .5s;
}
.module-043 select:hover{
	border: 1px solid #004399;
}
.module-043 .search-box{
	border: 1px solid #eeeeee;
	font-size: 0;
	transition: all .5s;
}
.module-043 .search-box:hover{
	border: 1px solid #004399;
}
.module-043 .search-box input{
	width: calc(100% - 51px);
	font-size: 14px;
	border: none;
	outline: none;
	padding: 10px 15px;
	vertical-align: middle;
}
.module-043 .search-box a{
	display: inline-block;
	font-size: 14px;
	border-left: 1px solid #cccccc;
	vertical-align: middle;
}
.module-043 .search-box a i{
	color: #000000;
	font-size: 20px;
	padding: 10px 15px;
	transition: all .5s;
}
.module-043 .search-box a i:hover{
	color: #004399;
}
.module-043 .a-btn a{
	display: block;
	background-color: rgba(0,67,153,1);
	color: #fff;
	padding: 10px 15px;
	text-align: center;
	position: relative;
	transition: all .5s;
}
.module-043 .a-btn a:hover{
	background-color: rgba(0,67,153,0);
	color: #004399;
}
.module-043 .a-btn a::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0%;
	height: 1px;
	background-color: #004399;
	transition: all .8s;
}
.module-043 .a-btn a:hover::after{
	width: 100%;
}
.module-043 .a-btn a::before{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 0%;
	height: 1px;
	background-color: #004399;
	transition: all .8s;
}
.module-043 .a-btn a:hover::before{
	width: 100%;
}
@media screen and (max-width: 991px) {
	.module-043 select{
		padding: 7px 10px;
		font-size: 12px;
	}
	.module-043 .search-box input {
	    width: calc(100% - 40px);
	    font-size: 12px;
	    padding: 7px 10px;
	}
	.module-043 .search-box a i {
	    font-size: 18px;
	    padding: 7px 10px;
	}
	.module-043 .a-btn a {
	    padding: 8px;
		font-size: 12px;
	}
}
@media screen and (max-width: 767px) {
	.module-043 select,
	.module-043 .search-box,
	.module-043 .a-btn{
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 575px) {
	.module-043 select,
	.module-043 .search-box,
	.module-043 .a-btn{
		margin-bottom: 10px;
	}
	.module-043 select{
		padding: 7px 10px;
		font-size: 12px;
	}
	.module-043 .search-box input {
	    width: calc(100% - 40px);
	    font-size: 12px;
	    padding: 7px 10px;
	}
	.module-043 .search-box a i {
	    font-size: 18px;
	    padding: 7px 10px;
	}
	.module-043 .a-btn a {
	    padding: 10px;
		font-size: 12px;
	}
}


.module-044{
	margin-bottom: 60px;
}
.module-044 a{
	display: block;
	text-decoration: none;
	font-size: 0;
	background-color: #fafafa;
}
.module-044 a .tp{
	padding-bottom: 76.666%;
}
.module-044 a .left{
	display: inline-block;
	width: 300px;
	vertical-align: middle;
}
.module-044 a .right{
	display: inline-block;
	width: calc(100% - 300px);
	vertical-align: middle;
	padding: 15px 30px;
}
.module-044 a .right .title{
	color: #333333;
	font-size: 20px;
	margin-bottom: 15px;
}
.module-044 a .right .note{
	color: #666666;
}
@media screen and (max-width: 1440px) {
	.module-044{
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 1280px) {
	.module-044{
		margin-bottom: 40px;
	}
	.module-044 a .left{
		width: 250px;
	}
	.module-044 a .right{
		width: calc(100% - 250px);
	}
	.module-044 a .right .title{
		font-size: 18px;
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 1199px) {
	.module-044{
		margin-bottom: 35px;
	}
	.module-044 a .left{
		width: 150px;
	}
	.module-044 a .right{
		width: calc(100% - 150px);
	}
	.module-044 a .right .title{
		font-size: 16px;
		margin-bottom: 5px;
	}
}
@media screen and (max-width: 991px) {
	.module-044{
		margin-bottom: 40px;
	}
	.module-044 a .left{
		width: 250px;
	}
	.module-044 a .right{
		width: calc(100% - 250px);
	}
	.module-044 a .right .title{
		font-size: 18px;
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 767px) {
	.module-044{
		margin-bottom: 35px;
	}
	.module-044 a .left{
		width: 200px;
	}
	.module-044 a .right{
		width: calc(100% - 200px);
	}
	.module-044 a .right .title{
		font-size: 16px;
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 575px) {
	.module-044{
		margin-bottom: 30px;
	}
	.module-044 a .left{
		display: block;
		width: 100%;
	}
	.module-044 a .right{
		display: block;
		width: 100%;
		padding: 15px;
	}
	.module-044 a .right .title{
		font-size: 16px;
		margin-bottom: 5px;
	}
}


.module-045 {
	margin-bottom: 70px;
	padding-bottom: 30px;
	border-bottom: 1px solid #f5f5f5;
}
.module-045 .tp{
	padding-bottom: 68.18%;
	transition: all .5s;
}
.module-045:hover .tp{
	transform: scale(1.05);
}
.module-045 .title{
	font-size: 18px;
	color: #333333;
	margin-top: 20px;
}
.module-045 .note{
	font-size: 14px;
	color: #999999;
	margin-top: 10px;
	line-height: 1em;
}
@media screen and (max-width: 1199px){
	.module-045 {
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 991px){
	.module-045 {
		margin-bottom: 50px;
		padding-bottom: 25px;
	}
}
@media screen and (max-width: 767px){
	.module-045 {
		margin-bottom: 40px;
		padding-bottom: 20px;
	}
	.module-045 .title{
		font-size: 16px;
	}
	.module-045 .note {
	    font-size: 14px;
	}
}
@media screen and (max-width: 575px){
	.module-045 {
		margin-bottom: 30px;
		padding-bottom: 15px;
	}
	.module-045 .title{
		font-size: 14px;
		margin-top: 15px;
	}
	.module-045 .note {
	    font-size: 10px;
	    margin-top: 5px;
	}
}




.module-046{
	text-align: center;
}
.module-046 ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 450px;
	margin: 0 auto;
}
.module-046 ul>li>a{
	font-size: 14px;
	color: #333333;
	padding: 10px 0;
	display: inline-block;
	position: relative;
}
.module-046 ul>li>a::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 3px;
	background-color: #153a95;
	width: 0;
	transition: all .5s;
}
.module-046 ul>li.active>a::after,
.module-046 ul>li>a:hover::after{
	width: 100%;
}


.module-047{
	text-align: center;
	margin-bottom: 100px;
}



.module-048{
	margin-bottom: 60px;
	text-align: center;
}
.module-048 .tp{
	padding-bottom: 61.76%;
	transition: all .5s;
}
.module-048:hover .tp{
	transform: scale(1.05);
}
.module-048 .title{
	margin-top: 10px;
	font-size: 14px;
	color: #333333;
}
@media screen and (max-width: 991px){
	.module-048 {
	    margin-bottom: 50px;
	}
}
@media screen and (max-width: 767px){
	.module-048 {
	    margin-bottom: 40px;
	}
}
@media screen and (max-width: 575px){
	.module-048 {
	    margin-bottom: 30px;
	}
}



.module-049{
	margin-bottom: 70px;
}
.module-049 a{
	display: block;
}
.module-049 .over-img{
	padding: 30px;
	background-color: #eeeeee;
}
.module-049 .tp{
	padding-bottom: 67.84%;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
}
.module-049 a:hover .tp{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
}
.module-049 .title{
	margin-top: 20px;
	color: #333333;
	font-size: 18px;
}
@media screen and (max-width: 1680px) {
	.module-049{
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 1440px) {
	.module-049{
		margin-bottom: 55px;
	}
}
@media screen and (max-width: 1280px) {
	.module-049{
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 1199px) {
	.module-049{
		margin-bottom: 45px;
	}
	.module-049 .over-img{
		padding: 25px;
	}
}
@media screen and (max-width: 991px) {
	.module-049{
		margin-bottom: 40px;
	}
	.module-049 .over-img{
		padding: 20px;
	}
	.module-049 .title {
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.module-049{
		margin-bottom: 35px;
	}
	.module-049 .over-img{
		padding: 15px;
	}
	.module-049 .title {
		font-size: 14px;
	}
}
@media screen and (max-width: 575px) {
	.module-049{
		margin-bottom: 30px;
	}
	.module-049 .over-img{
		padding: 10px;
	}
	.module-049 .title {
	    margin-top: 15px;
		font-size: 12px;
	}
}




.module-050{
	margin-bottom: 40px;
}
.module-050 .tp{
	padding-bottom: 60%;
	transition: all .5s;
}
.module-050:hover .tp{
	transform: scale(1.05);
}
.module-050 .title{
	margin-top: 15px;
	color: #666666;
	font-size: 16px;
}



.module-051 ul>li{
	display: inline-block;
	margin-right: 100px;
}
.module-051 ul>li:nth-last-of-type(1){
	margin-right: 0;
}
.module-051 ul>li>a{
	display: inline-block;
	font-size: 18px;
	color: #333333;
	padding: 20px 0;
	position: relative;
}
.module-051 ul>li>a::after{
	content: "";
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 7px;
	background-color: #004399;
	transition: all .5s;
}
.module-051 ul>li>a:hover::after,
.module-051 ul>li.active>a::after{
	width: 100%;
}
@media screen and (max-width: 1680px) {
	.module-051 ul>li{
		margin-right: 85px;
	}
}
@media screen and (max-width: 1440px) {
	.module-051 ul>li{
		margin-right: 70px;
	}
}
@media screen and (max-width: 1280px) {
	.module-051 ul>li{
		margin-right: 60px;
	}
}
@media screen and (max-width: 1199px) {
	.module-051 ul>li{
		margin-right: 50px;
	}
	.module-051 ul>li>a::after{
		height: 6px;
	}
}
@media screen and (max-width: 991px) {
	.module-051 ul>li{
		margin-right: 40px;
	}
	.module-051 ul>li>a::after{
		height: 5px;
	}
}
@media screen and (max-width: 767px) {
	.module-051 ul>li{
		margin-right: 30px;
	}
	.module-051 ul>li>a{
		font-size: 16px;
		padding: 12px 0;
	}
	.module-051 ul>li>a::after{
		height: 4px;
	}
}
@media screen and (max-width: 575px) {
	.module-051 ul>li{
		margin-right: 20px;
	}
	.module-051 ul>li>a{
		font-size: 14px;
		padding: 10px 0;
	}
	.module-051 ul>li>a::after{
		height: 3px;
	}
}


.module-052{
	width: auto;
}
@media screen and (max-width: 1680px) {
	.module-052{
		width: 350px;
	}
}
@media screen and (max-width: 1440px) {
	.module-052{
		width: 330px;
	}
}
@media screen and (max-width: 1280px) {
	.module-052{
		width: 310px;
	}
}
@media screen and (max-width: 1199px) {
	.module-052{
		width: 290px;
	}
}
@media screen and (max-width: 991px) {
	.module-052{
		width: 270px;
	}
}
@media screen and (max-width: 767px) {
	.module-052{
		width: 250px;
	}
}
@media screen and (max-width: 575px) {
	.module-052{
		width: 220px;
	}
}


.module-053{
	width: auto;
}
@media screen and (max-width: 1280px) {
	.module-053{
		width: 280px;
	}
}
@media screen and (max-width: 1199px) {
	.module-053{
		width: 260px;
	}
}
@media screen and (max-width: 991px) {
	.module-053{
		width: 240px;
	}
}
@media screen and (max-width: 767px) {
	.module-053{
		width: 220px;
	}
}
@media screen and (max-width: 575px) {
	.module-053{
		width: 200px;
	}
}



.module-054 .note{
	color: #535353;
	margin-bottom: 30px;
	line-height: 1.75em;
}
@media screen and (max-width: 991px) {
	.module-054 .note{
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 767px) {
	.module-054 .note{
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-054 .note{
		margin-bottom: 15px;
	}
}


.module-055 .title{
	font-size: 30px;
	color: #333333;
	line-height: 1em;
}
.module-055 .hx{
	display: inline-block;
	border-top: 5px solid #b59780;
	width: 20px;
	margin: 0;
	margin-top: 30px;
	margin-bottom: 30px;
}
@media screen and (max-width: 1440px) {
	.module-055 .title{
		font-size: 28px;
	}
}
@media screen and (max-width: 1280px) {
	.module-055 .title{
		font-size: 26px;
	}
}
@media screen and (max-width: 1199px) {
	.module-055 .title{
		font-size: 24px;
	}
}
@media screen and (max-width: 991px) {
	.module-055 .title{
		font-size: 22px;
	}
	.module-055 .hx{
		border-top: 4px solid #b59780;
		margin-top: 25px;
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 767px) {
	.module-055 .title{
		font-size: 20px;
	}
	.module-055 .hx{
		border-top: 3px solid #b59780;
		margin-top: 20px;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-055 .title{
		font-size: 18px;
	}
	.module-055 .hx{
		border-top: 2px solid #b59780;
		margin-top: 15px;
		margin-bottom: 15px;
	}
}


.module-056 {
	overflow: hidden;
}
.module-056 .tp{
	padding-bottom: 52.7%;
}
.module-056 .note{
	font-size: 18px;
	color: #000000;
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
	.module-056 .note{
		font-size: 16px;
		margin-top: 15px;
	}
}
@media screen and (max-width: 575px) {
	.module-056 .note{
		font-size: 14px;
		margin-top: 10px;
	}
}



.module-057 {
	overflow: hidden;
}
.module-057 .tp{
	padding-bottom: 81.198%;
}



.module-058{
	padding: 20px 0;
	position: relative;
}
.module-058 .swiper-pagination{
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.module-058 .my-bullet{
	width: 30px;
	height: 5px;
	display: inline-block;
	background: #dfdfdf;
	opacity: 1;
	margin-left: 5px;
	margin-right: 5px;
	outline: none;
}
.module-058 .my-bullet-active{
	opacity: 1;
	background: #005bca;
}
@media screen and (max-width: 1199px) {
	.module-058 {
	    padding: 35px 0;
	}
}
@media screen and (max-width: 991px) {
	.module-058 {
	    padding: 30px 0;
	}
}
@media screen and (max-width: 767px) {
	.module-058 {
	    padding: 25px 0;
	}
}
@media screen and (max-width: 575px) {
	.module-058 {
	    padding: 20px 0;
	}
}



.module-059 .note{
	margin-bottom: 30px;
	line-height: 2em;
	color: #666666;
	max-width: 700px;
}


.module-060 .title{
	font-size: 22px;
	color: #333333;
	margin-bottom: 20px;
}
.module-060 .note{
	font-size: 14px;
	color: #333333;
	line-height: 1.75em;
	color: #666666;
}
@media screen and (max-width: 991px) {
	.module-060 .title{
		font-size: 20px;
	}
}
@media screen and (max-width: 767px) {
	.module-060 .title{
		font-size: 18px;
	}
}
@media screen and (max-width: 575px) {
	.module-060 .title{
		font-size: 16px;
		margin-bottom: 15px;
	}
}



.module-061 .title{
	font-size: 30px;
	color: #333333;
	text-align: center;
}
@media screen and (max-width: 1440px) {
	.module-061 .title{
		font-size: 28px;
	}
}
@media screen and (max-width: 1280px) {
	.module-061 .title{
		font-size: 26px;
	}
}
@media screen and (max-width: 1199px) {
	.module-061 .title{
		font-size: 24px;
	}
}
@media screen and (max-width: 991px) {
	.module-061 .title{
		font-size: 22px;
	}
}
@media screen and (max-width: 767px) {
	.module-061 .title{
		font-size: 20px;
	}
}
@media screen and (max-width: 575px) {
	.module-061 .title{
		font-size: 18px;
	}
}


.module-062 .note{
	font-size: 18px;
	color: #666666;
	margin-bottom: 30px;
	position: relative;
	padding-left: 30px;
}
.module-062 .note::after{
	content: "";
	width: 6px;
	height: 6px;
	position: absolute;
	background-color: #686661;
	top: 8px;
	left: 13px;
	line-height: 1em;
}
@media screen and (max-width: 991px) {
	.module-062 .note {
	    margin-bottom: 25px;
	    padding-left: 25px;
	}
	.module-062 .note::after{
		left: 8px;
	}
}
@media screen and (max-width: 767px) {
	.module-062 .note {
	    font-size: 16px;
	    margin-bottom: 20px;
	    padding-left: 20px;
	}
	.module-062 .note::after{
		width: 5px;
		height: 5px;
		left: 6px;
	}
}
@media screen and (max-width: 575px) {
	.module-062 .note {
	    font-size: 14px;
	    margin-bottom: 15px;
	    padding-left: 15px;
	}
	.module-062 .note::after{
		width: 4px;
		height: 4px;
		left: 5px;
	}
}


.module-063 .tp{
	padding-bottom: 69.37%;
}


.module-064 .note{
	margin-bottom: 30px;
	line-height: 2em;
	color: #666666;
	font-size: 16px;
}
@media screen and (max-width: 575px) {
	.module-064 .note{
		margin-bottom: 30px;
		font-size: 14px;
	}
}


.module-065{
	padding: 15px 100px;
}
.module-065 .img-box{
	margin-bottom: 50px;
}
.module-065 .title{
	margin-bottom: 20px;
	font-size: 24px;
}
.module-065 .text p{
	margin-bottom: 15px;
	font-size: 16px;
	color: #333333;
}
.module-065 .text p:nth-last-of-type(1){
	margin-bottom: 1;
}
@media screen and (max-width: 1680px) {
	.module-065{
		padding: 15px 70px;
	}
}
@media screen and (max-width: 1440px) {
	.module-065{
		padding: 15px 60px;
	}
	.module-065 .img-box{
		max-width: 400px;
		margin-bottom: 45px;
	}
}
@media screen and (max-width: 1280px) {
	.module-065{
		padding: 15px 50px;
	}
	.module-065 .img-box{
		max-width: 370px;
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 1199px) {
	.module-065{
		padding: 30px 40px;
	}
	.module-065 .img-box{
		max-width: 340px;
		margin-bottom: 35px;
	}
	.module-065 .title {
	    font-size: 22px;
	}
}
@media screen and (max-width: 991px) {
	.module-065{
		padding: 30px 30px;
	}
	.module-065 .img-box{
		max-width: 310px;
		margin-bottom: 30px;
	}
	.module-065 .title {
	    font-size: 20px;
	}
}
@media screen and (max-width: 767px) {
	.module-065{
		padding: 30px 20px;
	}
	.module-065 .img-box{
		max-width: 280px;
		margin-bottom: 25px;
	}
	.module-065 .title {
	    font-size: 18px;
	}
}
@media screen and (max-width: 575px) {
	.module-065{
		padding: 30px 10px;
	}
	.module-065 .img-box{
		max-width: 250px;
		margin-bottom: 20px;
	}
	.module-065 .title {
	    margin-bottom: 15px;
	    font-size: 16px;
	}
	.module-065 .text p{
		font-size: 14px;
	}
}


.module-066{
	width: auto;
}
@media screen and (max-width: 1440px) {
	.module-066{
		width: 410px;
	}
}
@media screen and (max-width: 1280px) {
	.module-066{
		width: 380px;
	}
}
@media screen and (max-width: 1199px) {
	.module-066{
		width: 340px;
	}
}
@media screen and (max-width: 991px) {
	.module-066{
		width: 310px;
	}
}
@media screen and (max-width: 767px) {
	.module-066{
		width: 280px;
	}
}
@media screen and (max-width: 575px) {
	.module-066{
		width: 250px;
	}
}



.module-067{
	width: auto;
	margin: 0 auto;
}
@media screen and (max-width: 1440px) {
	.module-067{
		width: 410px;
	}
}
@media screen and (max-width: 1280px) {
	.module-067{
		width: 380px;
	}
}
@media screen and (max-width: 1199px) {
	.module-067{
		width: 340px;
	}
}
@media screen and (max-width: 991px) {
	.module-067{
		width: 310px;
	}
}
@media screen and (max-width: 767px) {
	.module-067{
		width: 280px;
	}
}
@media screen and (max-width: 575px) {
	.module-067{
		width: 250px;
	}
}



.module-068 {
	margin-bottom: 150px;
}
.module-068 .title{
	font-size: 36px;
	color: #333333;
	margin-bottom: 20px;
}
.module-068 .note{
	font-size: 34px;
	color: #666666;
}
@media screen and (max-width: 1680px) {
	.module-068 .title{
		font-size: 30px;
	}
	.module-068 .note{
		font-size: 28px;
	}
}
@media screen and (max-width: 1440px) {
	.module-068 .title{
		font-size: 28px;
	}
	.module-068 .note{
		font-size: 26px;
	}
}
@media screen and (max-width: 1280px) {
	.module-068 {
		margin-bottom: 130px;
	}
	.module-068 .title{
		font-size: 26px;
	}
	.module-068 .note{
		font-size: 24px;
	}
}
@media screen and (max-width: 1199px) {
	.module-068 {
		margin-bottom: 110px;
	}
	.module-068 .title{
		font-size: 24px;
	}
	.module-068 .note{
		font-size: 22px;
	}
}
@media screen and (max-width: 991px) {
	.module-068 {
		margin-bottom: 90px;
	}
	.module-068 .title{
		font-size: 22px;
	}
	.module-068 .note{
		font-size: 20px;
	}
}
@media screen and (max-width: 991px) {
	.module-068 {
		margin-bottom: 70px;
	}
	.module-068 .title{
		font-size: 20px;
		margin-bottom: 15px;
	}
	.module-068 .note{
		font-size: 18px;
	}
}
@media screen and (max-width: 767px) {
	.module-068 {
		margin-bottom: 50px;
	}
	.module-068 .title{
		font-size: 18px;
		margin-bottom: 10px;
	}
	.module-068 .note{
		font-size: 16px;
	}
}
@media screen and (max-width: 575px) {
	.module-068 {
		margin-bottom: 30px;
	}
	.module-068 .title{
		font-size: 16px;
		margin-bottom: 5px;
	}
	.module-068 .note{
		font-size: 14px;
	}
}


.module-069 .title{
	font-size: 24px;
	color: #333333;
	margin-bottom: 20px;
}
.module-069 .note{
	font-size: 16px;
	color: #666666;
}
@media screen and (max-width: 1280px) {
	.module-069 .title{
		font-size: 22px;
	}
}
@media screen and (max-width: 1199px) {
	.module-069 .title{
		font-size: 20px;
	}
}
@media screen and (max-width: 991px) {
	.module-069 .title{
		font-size: 18px;
		margin-bottom: 15px;
	}
}
@media screen and (max-width: 767px) {
	.module-069{
		margin-bottom: 30px;
	}
	.module-069 .title{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.module-069 .note{
		font-size: 14px;
	}
}
@media screen and (max-width: 575px) {
	.module-069 .title{
		font-size: 14px;
		margin-bottom: 5px;
	}
	.module-069 .note{
		font-size: 12px;
	}
}

.module-070{
	text-align: center;
}
.module-070 .note{
	font-size: 16px;
	color: #666666;
}
@media screen and (max-width: 767px) {
	.module-070 .note{
		font-size: 14px;
	}
}


.module-071{
	text-align: center;
	margin-bottom: 75px;
}
.module-071 .title{
	font-size: 28px;
	margin-bottom: 30px;
	line-height: 1em;
}
.module-071 .note{
	font-size: 16px;
	max-width: 1000px;
	margin: 0 auto;
}
@media screen and (max-width:1680px) {
	.module-071{
		margin-bottom: 60px;
	}
}
@media screen and (max-width:1440px) {
	.module-071{
		margin-bottom: 55px;
	}
}
@media screen and (max-width:1280px) {
	.module-071{
		margin-bottom: 50px;
	}
	.module-071 .title{
		font-size: 26px;
	}
}
@media screen and (max-width:1199px) {
	.module-071{
		margin-bottom: 45px;
	}
	.module-071 .title{
		font-size: 24px;
	}
}
@media screen and (max-width:991px) {
	.module-071{
		margin-bottom: 40px;
	}
	.module-071 .title{
		font-size: 22px;
		margin-bottom: 25px;
	}
}
@media screen and (max-width:767px) {
	.module-071{
		margin-bottom: 35px;
	}
	.module-071 .title{
		font-size: 20px;
		margin-bottom: 20px;
	}
}
@media screen and (max-width:575px) {
	.module-071{
		margin-bottom: 30px;
	}
	.module-071 .title{
		font-size: 18px;
		margin-bottom: 15px;
	}
	.module-071 .note{
		font-size: 14px;
	}
}


.module-072{
	overflow: hidden;
}
.module-072 .tp{
	padding-bottom: 56.75%;
}
@media screen and (max-width:767px) {
	.module-072{
		margin-bottom: 30px;
	}
}
@media screen and (max-width:575px) {
	.module-072{
		margin-bottom: 15px;
	}
}



.module-073{
	overflow: hidden;
}
.module-073 .tp{
	padding-bottom: 56.75%;
	position: relative;
	cursor: pointer;
}
.module-073 .tp::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,91,202,0.7);
	transition: all .5s;
	opacity: 0;
}
.module-073 .swiper-slide-thumb-active .tp::after{
	opacity: 1;
}
.module-073 .tp::before{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-image: url(../img/ycl_gls_131.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 13px;
	height: 13px;
	z-index: 1;
	opacity: 0;
	transition: all .5s;
}
.module-073 .swiper-slide-thumb-active .tp::before{
	opacity: 1;
}
@media screen and (max-width:575px) {
	
}


.module-074{
	overflow: hidden;
	margin-bottom: 100px;
}
.module-074 .note{
	color: #333333;
	font-size: 16px;
	line-height: 2em;
}
@media screen and (max-width:767px) {
	.module-074{
		margin-bottom: 30px;
	}
}
@media screen and (max-width:575px) {
	.module-074{
		margin-bottom: 15px;
	}
	.module-074 .note{
		font-size: 14px;
		line-height: 1.75em;
	}
}


.module-075 .img-box{
	margin-bottom: 50px;
}
.module-075 .text p{
	margin-bottom: 15px;
	font-size: 16px;
	color: #666666;
	line-height: 2em;
}
@media screen and (max-width: 1440px) {
	.module-075 .img-box{
		max-width: 400px;
		margin-bottom: 45px;
	}
}
@media screen and (max-width: 1280px) {
	.module-075 .img-box{
		max-width: 370px;
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 1199px) {
	.module-075 .img-box{
		max-width: 340px;
		margin-bottom: 35px;
	}
}
@media screen and (max-width: 991px) {
	.module-075 .img-box{
		max-width: 310px;
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 767px) {
	.module-075 .img-box{
		max-width: 280px;
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 575px) {
	.module-075 .img-box{
		max-width: 250px;
		margin-bottom: 20px;
	}
	.module-075 .text p{
		font-size: 14px;
	}
}



.module-076 {
	padding: 100px 0;
}
.module-076 .note{
	text-align: center;
	color: #333333;
	font-size: 24px;
}
@media screen and (max-width: 1680px) {
	.module-076 {
		padding: 90px 0;
	}
}
@media screen and (max-width: 1440px) {
	.module-076 {
		padding: 80px 0;
	}
	.module-076 .note{
		font-size: 22px;
	}
}
@media screen and (max-width: 1280px) {
	.module-076 {
		padding: 70px 0;
	}
	.module-076 .note{
		font-size: 20px;
	}
}
@media screen and (max-width: 1199px) {
	.module-076 {
		padding: 60px 0;
	}
	.module-076 .note{
		font-size: 18px;
	}
}
@media screen and (max-width: 991px) {
	.module-076 {
		padding: 50px 0;
	}
	.module-076 .note{
		font-size: 16px;
	}
}
@media screen and (max-width: 767px) {
	.module-076 {
		padding: 40px 0;
	}
	.module-076 .note{
		font-size: 14px;
	}
}
@media screen and (max-width: 575px) {
	.module-076 {
		padding: 30px 0;
	}
}


.module-077{
	text-align: center;
	margin-bottom: 30px;
}
.module-077 .title{
	font-size: 20px;
	color: #333333;
	margin-top: 30px;
	margin-bottom: 10px;
}
.module-077 .note{
	font-size: 14px;
	color: #666666;
}
@media screen and (max-width: 575px) {
	.module-077{
		margin-bottom: 15px;
	}
	.module-077 .title{
		font-size: 16px;
		margin-top: 15px;
	}
}


.module-078{
	
}
@media screen and (max-width: 991px) {
	.module-078{
		margin-bottom: 30px;
	}
}


.module-079{
	margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
	.module-079{
		margin-bottom: 15px;
	}
}


.module-080{
	margin-bottom: 50px;
}
.module-080 .img-box{
	margin-bottom: 10px;
}
.module-080 .title{
	margin-bottom: 10px;
	font-size: 22px;
}
.module-080 .note{
	max-width: 500px;
}
@media screen and (max-width: 1199px) {
	.module-080{
		margin-bottom: 45px;
	}
	.module-080 .title{
		font-size: 20px;
	}
}
@media screen and (max-width: 991px) {
	.module-080{
		margin-bottom: 40px;
	}
	.module-080 .img-box{
		width: 50px;
	}
	.module-080 .title{
		font-size: 18px;
	}
}
@media screen and (max-width: 767px) {
	.module-080{
		margin-bottom: 35px;
	}
	.module-080 .img-box{
		width: 45px;
	}
	.module-080 .title{
		font-size: 16px;
	}
}
@media screen and (max-width: 575px) {
	.module-080{
		margin-bottom: 30px;
	}
	.module-080 .img-box{
		width: 40px;
	}
	.module-080 .title{
		font-size: 14px;
	}
	.module-080 .note{
		font-size: 12px;
	}
}




.module-081 {
	font-size: 0;
}
.module-081 .box1 .title{
	display: inline-block;
	font-size: 16px;
	color: #000000;
	margin-right: 15px;
	font-weight: bold;
}
.module-081 .box1 input{
	font-size: 14px;
	border: none;
	outline: none;
	width: calc(100% - 52px);
}
.module-081 .box2 .title{
	display: inline-block;
	font-size: 16px;
	color: #000000;
	margin-right: 15px;
	font-weight: bold;
}
.module-081 .box2 input{ 
	font-size: 14px;
	border: none;
	outline: none;
	width: calc(100% - 80px);
}
@media screen and (max-width: 1199px) {
	.module-081 .box1 .title,
	.module-081 .box2 .title {
	    font-size: 14px;
	    margin-right: 15px;
	}
}
@media screen and (max-width: 991px) {
	.module-081 .box1,
	.module-081 .box2{
		border-bottom: 1px solid #eeeeee;
		padding-bottom: 10px;
		padding-top: 10px;
	}
}

.module-082 .title{
	display: inline-block;
	font-size: 16px;
	color: #000000;
	margin-right: 80px;
	vertical-align: middle;
	font-weight: bold;
}
.module-082 .select-box{
	display: inline-block;
	max-width: 120px;
	margin-right: 80px;
	vertical-align: middle;
}
.module-082 .select-box select{
	font-size: 14px;
	border: none;
	outline: none;
	width: 100%;
}
.module-082 .input-box{
	display: inline-block;
	width: calc(100% - 765px);
	vertical-align: middle;
}
.module-082 .input-box input{
	font-size: 14px;
	outline: none;
	border: none;
	width: 100%;
}
@media screen and (max-width: 1199px) {
	.module-082 .title {
	    font-size: 14px;
	    margin-right: 30px;
	}
	.module-082 .select-box {
	    margin-right: 30px;
	}
	.module-082 .input-box{
		width: calc(100% - 555px);
	}
}
@media screen and (max-width: 991px) {
	.module-082{
		padding-top: 15px;
	}
	.module-082 .title{
		display: block;
		margin-bottom: 10px;
		margin-right: 0;
	}
	.module-082 .select-box {
	    width: 100%;
	}
	.module-082 .select-box select{
	    border: 1px solid #eeeeee;
		padding: 10px;
	}
	.module-082 .input-box{
		width: calc(100% - 465px);
	}
	.module-082 .input-box input{
		border: 1px solid #eeeeee;
		padding: 9px;
	}
}
@media screen and (max-width: 767px) {
	.module-082 .select-box {
	    margin-bottom: 15px;
		max-width: 100%;
	}
	.module-082 .input-box{
		width: 100%;
	}
}


.module-083 .title{
	display: inline-block;
	font-size: 16px;
	color: #000000;
	margin-right: 80px;
	vertical-align: middle;
	font-weight: bold;
}
.module-083 .box{
	display: inline-block;
	margin-right: 90px;
}
.module-083 .box .span1{
	color: #333333;
	font-size: 16px;
	margin-right: 15px;
	vertical-align: middle;
}
.module-083 .box .span1 input{
	margin-right: 10px;
	width: 18px;
	height: 18px;
	vertical-align: middle;
	font-size: 0;
}
.module-083 .box .span2{
	color: #999999;
	vertical-align: middle;
	font-size: 14px;
}
.module-083 .box .span2 input{
	border: none;
	border-bottom: 1px solid #e5e5e5;
	outline: none;
	width: 200px;
	text-align: center;
}
.module-083 .box:nth-last-of-type(1){
	margin-right: 0;
}
@media screen and (max-width: 1199px) {
	.module-083 .title{
		margin-right: 30px;
		font-size: 14px;
	}
	.module-083 .box .span1 {
	    font-size: 14px;
	    margin-right: 15px;
	}
	.module-083 .box .span2 {
	    font-size: 14px;
	}
	.module-083 .box{
		margin-right: 35px;
	}
	.module-083 .box .span1 input {
	    width: 15px;
	    height: 15px;
	}
}
@media screen and (max-width: 991px) {
	.module-083{
		padding-top: 15px;
	}
	.module-083 .title{
		display: block;
		margin-bottom: 10px;
		margin-right: 0;
	}
	.module-083 .box {
	    margin-right: 0;
		width: 100%;
		margin-bottom: 15px;
	}
	.module-083 .box .span2 {
		display: inline-block;
	    width: calc(100% - 90px);
	}
	.module-083 .box .span2 input{
	    width: calc(100% - 60px);
	}
}



.module-084{
	margin-bottom: 80px;
}
@media screen and (max-width: 1680px) {
	.module-084{
		margin-bottom: 70px;
	}
}
@media screen and (max-width: 1440px) {
	.module-084{
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 1280px) {
	.module-084{
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 1199px) {
	.module-084{
		margin-bottom: 40px;
	}
}

.module-085{
	text-align: center;
}
.module-085 input{
	background-color: #fff;
	padding: 10px 80px;
	background-color: #005bca;
	color: #fff;
	border: 1px solid #005bca;
	outline: none;
	cursor: pointer;
	transition: all .5s;
}
.module-085 input:hover{
	background-color: #fff;
	color: #005bca;
}
@media screen and (max-width: 1680px) {
	.module-085 input{
		padding: 10px 70px;
	}
}
@media screen and (max-width: 1440px) {
	.module-085 input{
		padding: 10px 60px;
	}
}
@media screen and (max-width: 1280px) {
	.module-085 input{
		padding: 10px 50px;
	}
}
@media screen and (max-width: 1199px) {
	.module-085 input{
		padding: 10px 40px;
	}
}
@media screen and (max-width: 991px) {
	.module-085{
		margin-top: 10px;
	}
	.module-085 input{
		padding: 7px 30px;
		font-size: 14px;
	}
}


.module-086{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999;
	display: none;
}
.module-086 .mask{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0);
	z-index: 99999;
}
.module-086 .box{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 80%;
	z-index: 999999;
}
.module-086 .box video{
	box-shadow: 0 0 30px 10px rgba(0,0,0,0.5);
}
.module-086 .cloes-btn{
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 1;
}



.module-087{
	margin-bottom: 70px;
}
.module-087 a{
	display: block;
}
.module-087 .tp{
	padding-bottom: 46.42%;
	transition: all .5s;
}
.module-087 a:hover .tp{
	transform: scale(1.05);
}
.module-087 a .title{
	font-size: 16px;
	color: #fff;
}
.module-087 a .note{
	font-size: 14px;
	color: #fff;
	margin-top: 5px;
	margin-bottom: 25px;
}
@media screen and (max-width: 1199px) {
	.module-087{
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 991px) {
	.module-087{
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 767px) {
	.module-087{
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 575px) {
	.module-087{
		margin-bottom: 30px;
	}
	.module-087 a .title{
		font-size: 14px;
	}
	.module-087 a .note{
		font-size: 12px;
	}
}


.module-088{
	text-align: center;
	margin-top: 20px;
}
.module-088 .more{
	padding: 15px 50px;
	font-size: 16px;
	color: #fff;
	background-color: #005bca;
	display: inline-block;
	border: 1px solid #005bca;
	transition: all .5s;
}
.module-088 .more:hover{
	color: #005bca;
	background-color: #fff;
}